feat: 设计代办事项查询问题

This commit is contained in:
ryan.xu
2025-04-25 11:19:29 +08:00
parent 02743a136c
commit 3eef33cbad

View File

@@ -389,9 +389,9 @@ public class DeskServiceImpl implements DeskService {
@Override
public PageInfo<PreparationCommonPendingVO> designPendingList(Integer pageNum, Integer pageSize, LoginUserInfo user) {
PageInfo<PreparationCommonPendingVO> pageInfo = commonPendingVOPageInfo(pageNum, pageSize, user, ShopSubStageEnum.SHOP_STAGE_9,
PageInfo<PreparationCommonPendingVO> pageInfo = commonPendingVOPageInfo(pageNum, pageSize, null, ShopSubStageEnum.SHOP_STAGE_9,
Arrays.asList(SHOP_SUB_STAGE_STATUS_90.getShopSubStageStatus(),SHOP_SUB_STAGE_STATUS_901.getShopSubStageStatus(),
SHOP_SUB_STAGE_STATUS_902.getShopSubStageStatus(),SHOP_SUB_STAGE_STATUS_903.getShopSubStageStatus()), Boolean.TRUE);
SHOP_SUB_STAGE_STATUS_902.getShopSubStageStatus(),SHOP_SUB_STAGE_STATUS_903.getShopSubStageStatus()), Boolean.FALSE);
List<PreparationCommonPendingVO> list = pageInfo.getList();
if (CollectionUtils.isEmpty(list)) {
return pageInfo;