增加字段 同步数据组合
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user