expert-system/src/main/resources/mapper/system/ProjectExpertMapper.xml
@@ -146,7 +146,8 @@ from project_management a left join project_expert b on a.id = b.project_id and b.del_flag = 0 left join sys_expert_info c on b.expert_id = c.id where 1=1 where 1=1 and b.evaluation_state = 1 <if test="deptId != null "> and a.dept_id = #{deptId}</if> <if test="projectName != null and projectName != ''"> and a.project_name like concat('%', #{projectName}, '%')</if> <if test="name != null and name != ''"> and c.name like concat('%', #{name}, '%')