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

Commit 29667b73 authored by 姜秀龙's avatar 姜秀龙

Merge branch 'refs/heads/jxl-260205-damai' into container-test

parents 4c3d1d4c cd20f8fd
......@@ -480,6 +480,7 @@ public class PlatformDamaiServiceImpl extends ServiceImpl<KylinRoadShowsMapper,
// 2. 合并查询:推单(syncType=1) + 撤单(syncType=2),每次最多 LIMIT 200 条
List<KylinOrderTicketEntities> syncList = orderTicketsMapper.getDamaiOrderSyncList(performancesId);
if (syncList == null || syncList.isEmpty()) {
log.info("[大麦定时同步] 该演出无需要推送订单 performancesId={}", performancesId);
continue;
}
for (KylinOrderTicketEntities ote : syncList) {
......
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