退单提醒优化

This commit is contained in:
gaowdong 2025-06-13 09:38:40 +08:00
parent a6afd8b397
commit 71629f9a7f
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class OrderBusiness {
throw new ServiceException("订单已取消"); throw new ServiceException("订单已取消");
} }
if(orderInfo.getOrderRefundState().equals(OrderRefundStateEnum.PART_SUCC.getKey())) { if(orderInfo.getOrderRefundState().equals(OrderRefundStateEnum.PART_SUCC.getKey())) {
throw new ServiceException("已部分退单"); throw new ServiceException("已部分退单,不能再整单退");
} }
// if(orderInfo.getOrderState().equals(OrderStateEnum.FINISH.getKey())) { // if(orderInfo.getOrderState().equals(OrderStateEnum.FINISH.getKey())) {
// throw new ServiceException("订单已核销"); // throw new ServiceException("订单已核销");