This commit is contained in:
litianxiang
2026-06-02 11:11:43 +08:00
parent 49a47ce269
commit f838ce4d55

View File

@@ -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("订单信息为空");
} }