test
This commit is contained in:
@@ -327,6 +327,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfoEnti
|
|||||||
@Override
|
@Override
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public void updateOrderStatus(UpdateOrderStatusDTO dto) {
|
public void updateOrderStatus(UpdateOrderStatusDTO dto) {
|
||||||
|
log.info(dto.toString());
|
||||||
if (dto == null) {
|
if (dto == null) {
|
||||||
throw new BusinessException("订单信息为空");
|
throw new BusinessException("订单信息为空");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user