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

Commit cd20f8fd authored by 姜秀龙's avatar 姜秀龙

damai 日志

parent c67d3d4d
......@@ -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