Browse Source

fix 审核信息列表

tags/24080901
niohe·erbao 1 year ago
parent
commit
aeee7c3853
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/expert/manage/ExpertMetaApplyManage.java

+ 3
- 0
pmapi/src/main/java/com/ningdatech/pmapi/expert/manage/ExpertMetaApplyManage.java View File

@@ -107,6 +107,8 @@ public class ExpertMetaApplyManage {
finalFilterExpertUserIdList.add(userId);
}
}
} else {
finalFilterExpertUserIdList = filterExpertUserIdList;
}

if (CollUtil.isEmpty(finalFilterExpertUserIdList)) {
@@ -593,6 +595,7 @@ public class ExpertMetaApplyManage {

/**
* 专家管理员 新增专家使用使用
*
* @param expertUserId
*/
@Transactional(rollbackFor = Exception.class)


Loading…
Cancel
Save