feat:开业验收其他角色 返回空
This commit is contained in:
@@ -557,8 +557,11 @@ public class DeskServiceImpl implements DeskService {
|
|||||||
stageList.add(SHOP_SUB_STAGE_STATUS_272.getShopSubStageStatus());
|
stageList.add(SHOP_SUB_STAGE_STATUS_272.getShopSubStageStatus());
|
||||||
flag = Boolean.TRUE;
|
flag = Boolean.TRUE;
|
||||||
}
|
}
|
||||||
|
if (CollectionUtils.isEmpty(stageList)){
|
||||||
return new PageInfo<>();
|
return new PageInfo<>();
|
||||||
}
|
}
|
||||||
|
return commonPendingVOPageInfo(deskRequest, user, ShopSubStageEnum.SHOP_STAGE_27, stageList, flag);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public PageInfo<PreparationCommonPendingVO> measurePendingList(DeskRequest deskRequest, LoginUserInfo user) {
|
public PageInfo<PreparationCommonPendingVO> measurePendingList(DeskRequest deskRequest, LoginUserInfo user) {
|
||||||
|
|||||||
Reference in New Issue
Block a user