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

This commit is contained in:
suzhuhong
2026-01-14 17:15:06 +08:00
parent 6a3d589d0c
commit a9d876b320

View File

@@ -557,7 +557,7 @@ public class DeskServiceImpl implements DeskService {
stageList.add(SHOP_SUB_STAGE_STATUS_272.getShopSubStageStatus());
flag = Boolean.TRUE;
}
return commonPendingVOPageInfo(deskRequest, user, ShopSubStageEnum.SHOP_STAGE_27, stageList, flag);
return new PageInfo<>();
}
@Override