feat:开业验收其他角色 返回空

This commit is contained in:
suzhuhong
2026-01-14 17:35:56 +08:00
parent a9d876b320
commit 08845557fd

View File

@@ -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