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>