From 27617d6fb4b836c52c78fd950acf412e49d0e96b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 28 二月 2025 09:32:00 +0800 Subject: [PATCH] 在库项目查询bug --- business/src/main/resources/mapper/ProjectInfoMapper.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml index 4739f1e..ea83801 100644 --- a/business/src/main/resources/mapper/ProjectInfoMapper.xml +++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml @@ -167,12 +167,9 @@ <!-- <if test="query.projectPhase == 3">--> <!-- and (TPI.project_status = 'working' or TPI.project_status = 'stop')--> <!-- </if>--> - /* 涓虹┖琛ㄧず鍦ㄥ簱椤圭洰 */ - <if test="query.projectPhase == null"> - <if test="query.role != null and query.role == 1"> - and TPI.competent_department = #{query.competentDepartment} - </if> - </if> +<!-- <if test="query.role != null and query.role == 1">--> +<!-- and TPI.competent_department = #{query.competentDepartment}--> +<!-- </if>--> <!-- 涓氫富鏁版嵁鏉冮檺 --> <if test="query.role != null and query.role == 0"> ${query.params.dataScope} -- Gitblit v1.8.0