xiangpei
2025-03-25 4a3ecd121a19119f3aac23419990c2db748dc501
business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -116,6 +116,9 @@
        LEFT JOIN sys_dept d ON d.dept_id = TPI.project_owner_unit
        <where>
            TPI.deleted = 0
            <if test="query.coding !=null and query.coding!=''">
                and TPI.coding = #{query.coding}
            </if>
            <if test="query.projectName !=null and query.projectName!=''">
                and TPI.project_name like concat('%',#{query.projectName},'%')
            </if>