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

Commit a9ff5bb6 authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

Pre

See merge request !22
parents caadf2d4 66ac8cee
...@@ -81,8 +81,12 @@ public class KylinRefundExecuteServiceImpl { ...@@ -81,8 +81,12 @@ public class KylinRefundExecuteServiceImpl {
} }
count = orderList.size(); count = orderList.size();
if (count > 0) {
KylinOrderTickets lastInfo = orderList.get(count - 1); KylinOrderTickets lastInfo = orderList.get(count - 1);
if (lastInfo != null) {
mid = lastInfo.getMid(); mid = lastInfo.getMid();
}
}
} while (count >= limitNum); } while (count >= limitNum);
KylinOrderRefundBatches updateBatchData = new KylinOrderRefundBatches(); KylinOrderRefundBatches updateBatchData = new KylinOrderRefundBatches();
......
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