退单提醒优化
This commit is contained in:
parent
a6afd8b397
commit
71629f9a7f
|
|
@ -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("订单已核销");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue