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