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

Commit 4ca06978 authored by anjiabin's avatar anjiabin
parents a64c5473 878d1358
...@@ -95,7 +95,8 @@ public class KylinRefundPerformancesAdminServiceImpl { ...@@ -95,7 +95,8 @@ public class KylinRefundPerformancesAdminServiceImpl {
KylinOrderRefundBatches refundBatchesInfo = kylinOrderRefundBatchesMapper.selectLastOne(targetId); KylinOrderRefundBatches refundBatchesInfo = kylinOrderRefundBatchesMapper.selectLastOne(targetId);
if (refundBatchesInfo == null || if (refundBatchesInfo == null ||
refundBatchesInfo.getStatus() == KylinTableStatusConst.STATUS_CANCEL || 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(); 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