fix 记账本定时任务
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user