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

Commit 878d1358 authored by jiangxiulong's avatar jiangxiulong

refund del log

parent e1fad0c9
......@@ -95,7 +95,8 @@ public class KylinRefundPerformancesAdminServiceImpl {
KylinOrderRefundBatches refundBatchesInfo = kylinOrderRefundBatchesMapper.selectLastOne(targetId);
if (refundBatchesInfo == null ||
refundBatchesInfo.getStatus() == KylinTableStatusConst.STATUS_CANCEL ||
refundBatchesInfo.getStatus() == KylinTableStatusConst.STATUS_FINANCE_ADOPT
refundBatchesInfo.getStatus() == KylinTableStatusConst.STATUS_FINANCE_ADOPT ||
refundBatchesInfo.getStatus() == KylinTableStatusConst.STATUS_OPERATE_REJECT
) {
// 添加演出退款记录
String refundBatchId = IDGenerator.nextSnowId();
......
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