|
|
|
@ -488,7 +488,7 @@ public class OrderApplicationService extends BaseApplicationService { |
|
|
|
if (CollUtil.isNotEmpty(orderList)) { |
|
|
|
orderList.forEach(hsiOrder->{ |
|
|
|
hsiOrder.setStatus(OrderStatusEnum.CANCELED); |
|
|
|
orderAggregate.save(order); |
|
|
|
orderAggregate.save(hsiOrder); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|