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

Commit 979ebb92 authored by jiangxiulong's avatar jiangxiulong

退款失败再次发起过滤掉了

parent b1468aa8
......@@ -411,6 +411,7 @@ public class KylinRefundsStatusServiceImpl {
);
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_ERROR)
) {
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