Merge #123 into master from cc_20260511_fix_bug

fix:闭店审批用户列表问题修复&未开业门店更新试营业需要完成开店管理

* cc_20260511_fix_bug: (2 commits squashed)

  - fix:闭店审批用户列表问题修复

  - fix:未开业门店更新试营业需要完成开店管理

Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/123
This commit is contained in:
王非凡
2026-05-11 10:24:00 +00:00
committed by 正新
parent b517bfa957
commit 0d65a1c4e9
5 changed files with 14 additions and 12 deletions

View File

@@ -889,7 +889,7 @@ public class XxlJobHandler {
List<StoreExtendSoftOpenDTO> updateList = new ArrayList<>();
while (hasNext) {
PageHelper.startPage(pageNum, pageSize);
List<StoreDO> storeList = storeDao.getExistStoreNumStore(Collections.singletonList(StoreStatusEnum.NOT_OPEN.getValue()));
List<StoreDO> storeList = storeDao.getExistStoreNumAndFinishInvestStore(Collections.singletonList(StoreStatusEnum.NOT_OPEN.getValue()));
if (CollectionUtils.isEmpty(storeList)) {
break;
}