Merge #20 into master from cc_20260105_fix

feat:代办+督导改为招商经理

* cc_20260105_fix: (1 commits squashed)

  - feat:代办+督导改为招商经理

Signed-off-by: 苏竹红 <570057076@qq.com>
Merged-by: 苏竹红 <570057076@qq.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/20
This commit is contained in:
2026-01-05 08:39:42 +00:00
parent 876b00b9ad
commit f6b2b4ccf5
9 changed files with 9 additions and 79 deletions

View File

@@ -319,7 +319,7 @@ public class DeskServiceImpl implements DeskService {
@Override
public PageInfo<PreparationCommonPendingVO> trainListPendingList(DeskRequest deskRequest, LoginUserInfo user) {
return commonPendingVOPageInfo(deskRequest, user, ShopSubStageEnum.SHOP_STAGE_5,
return commonPendingVOPageInfo(deskRequest, null, ShopSubStageEnum.SHOP_STAGE_5,
Collections.singletonList(SHOP_SUB_STAGE_STATUS_50.getShopSubStageStatus()), Boolean.TRUE);
}