记得上下班打卡 | git大法好,push需谨慎

Commit 02bafd2b authored by jiangxiulong's avatar jiangxiulong

退款失败拦截了

parent cb34c395
...@@ -411,6 +411,7 @@ public class KylinRefundsStatusServiceImpl { ...@@ -411,6 +411,7 @@ public class KylinRefundsStatusServiceImpl {
); );
if (!Objects.equals(orderRefundsOld.getStatus(), KylinTableStatusConst.ORDER_REFUND_STATUS_APPROVED) if (!Objects.equals(orderRefundsOld.getStatus(), KylinTableStatusConst.ORDER_REFUND_STATUS_APPROVED)
&& !Objects.equals(orderRefundsOld.getStatus(), KylinTableStatusConst.ORDER_REFUND_STATUS_TICKET) && !Objects.equals(orderRefundsOld.getStatus(), KylinTableStatusConst.ORDER_REFUND_STATUS_TICKET)
&& !Objects.equals(orderRefundsOld.getStatus(), KylinTableStatusConst.ORDER_REFUND_STATUS_ERROR)
) { ) {
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment