linwei
2024-02-18 41d49c3e3b14afbb2fc0ae7eb3b49996e56e8d38
场所负责人查询
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -125,7 +125,7 @@
                and br.town_code = #{task.streetCode}
            </if>
            <if test="task.realName != null and task.realName != null">
                and bu.name like concat('%', #{task.realName}, '%')
                and jp.principal like concat('%', #{task.realName}, '%')
            </if>
            <if test="task.phone != null and task.phone != null">
                and bu.phone like concat('%', #{task.phone}, '%')