瀏覽代碼

fix 审核信息列表

tags/24082201
niohe·erbao 1 年之前
父節點
當前提交
aeee7c3853
共有 1 個檔案被更改,包括 3 行新增0 行删除
  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 查看文件

@@ -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…
取消
儲存