linwei
2024-01-12 59cbb7d494f1d27a1a76ac002ebfc6b4b15efdbc
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -81,6 +81,10 @@
                and jg.community_code = #{task.neiCode}
            </if>
            <if test="task.communityName != null and task.communityName != null">
                and jc.name like concat('%', #{task.communityName}, '%')
            </if>
            <if test="task.streetCode != null and task.streetCode != null">
                and jc.street_code = #{task.streetCode}
            </if>