增加字段 同步数据组合

This commit is contained in:
shuo.wang
2025-04-07 19:37:12 +08:00
parent 2a58242706
commit 26d11b7d17
20 changed files with 352 additions and 24 deletions

View File

@@ -318,7 +318,7 @@ public class XxlJobHandler {
while (hasNext) {
PageHelper.startPage(pageNum, pageSize);
//获取成功开店的门店
List<ShopInfoDO> shopList = shopInfoDAO.getShopIdBySuccessOpen(ShopStatusEnum.DONE.getCode());
List<ShopInfoDO> shopList = shopInfoDAO.getShopIdBySuccessOpen(eid);
if (CollectionUtils.isEmpty(shopList)) {
log.info("------initTallyBook is empty------");
break;