getSpecialShopStageInfo

This commit is contained in:
苏竹红
2024-05-30 17:24:46 +08:00
parent c6a6132dab
commit 7ac3f7725d
4 changed files with 6 additions and 5 deletions

View File

@@ -367,7 +367,7 @@ public class DeskServiceImpl implements DeskService {
PageHelper.startPage(pageNum, pageSize);
//user.getJobNumber()
List<ShopStageInfoDO> specialShopStageInfo = shopStageInfoDAO.getSpecialShopStageInfo(null, shopSubStageEnum.getShopSubStage(),
subStageStatusList, user.getJobNumber(),type);
subStageStatusList, user.getUserId(),user.getJobNumber(),type);
PageInfo result = new PageInfo<>(specialShopStageInfo);
List<Long> shopIds = specialShopStageInfo.stream().map(ShopStageInfoDO::getShopId).collect(Collectors.toList());
List<Long> lineIds = specialShopStageInfo.stream().map(ShopStageInfoDO::getLineId).collect(Collectors.toList());