linwe
2023-12-25 5f96e94e5df2c64228dded65a4116f26a06f242c
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -48,6 +48,9 @@
        WHERE
        jgm.user_id = #{task.userId}
        and jt.report_type in(2,3,4,5,6)
        <if test="task.communityCode != null and task.communityCode != ''">
            and jg.community_code = #{task.communityCode}
        </if>
        <if test="task.status != null and task.status != null">
            and jt.status = #{task.status}
        </if>