Merge branch 'master' into cc_20250613_fix

This commit is contained in:
shuo.wang
2025-06-13 18:04:36 +08:00
2 changed files with 4 additions and 0 deletions

View File

@@ -378,6 +378,7 @@
<if test="shopId != null and shopId != ''">
and shop_id = #{shopId}
</if>
limit 1
</where>
</select>

View File

@@ -268,6 +268,9 @@ public class DeskServiceImpl implements DeskService {
if (userRoleIds.contains(UserRoleEnum.JOIN_OFFICE.getCode()) || userRoleIds.contains(UserRoleEnum.REGION_OFFICE.getCode())) {
subStageStatusList.add(SHOP_SUB_STAGE_STATUS_70.getShopSubStageStatus());
}
if(userRoleIds.contains(UserRoleEnum.BRANCH_OFFICE.getCode())||userRoleIds.contains(UserRoleEnum.REGION_OFFICE.getCode())){
subStageStatusList.add(SHOP_SUB_STAGE_STATUS_72.getShopSubStageStatus());
}
if (!subStageStatusList.isEmpty()) {
pageInfo = commonPendingVOPageInfo(pageNum, pageSize, user, ShopSubStageEnum.SHOP_STAGE_7,
subStageStatusList, Boolean.TRUE,keyword);