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