fix 记账本定时任务

This commit is contained in:
shuo.wang
2025-04-07 11:22:14 +08:00
parent 1201bda470
commit 7465932495
4 changed files with 10 additions and 8 deletions

View File

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