zhongrj
2024-01-08 ae935b68e75e7c90e27aecedefa971106927c38d
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -85,6 +85,14 @@
                and jc.street_code = #{task.streetCode}
            </if>
            <if test="task.realName != null and task.realName != null">
                and bu.name = like concat('%', #{task.realName}, '%')
            </if>
            <if test="task.phone != null and task.phone != null">
                and bu.phone = like concat('%', #{task.phone}, '%')
            </if>
            <if test="task.frequency != null and task.frequency != ''">
                and jt.frequency = #{task.frequency}
            </if>