ruoyi-system/src/main/resources/mapper/system/TProjectDeptMapper.xml
@@ -24,8 +24,8 @@ t_project_dept t1 left join sys_user t2 on t2.deptId = t1.id where 1=1 <if test="query.deptName != null and query.deptName != ''"> and t1.dept_name like concat('%',#{query.deptName},'%') <if test="query.projectName != null and query.projectName != ''"> and t1.project_name like concat('%',#{query.projectName},'%') </if> <if test="query.status != null and query.status != ''"> and t1.status = #{query.status}