linwei
2024-02-07 d7c3b9b16a893788793624d5762508a9ece82935
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -147,8 +147,8 @@
                AND jt.create_time BETWEEN #{task.startTime} and #{task.endTime}
            </if>
            <!-- 场所店铺 -->
            <if test="task.reportType != null and task.reportType == 2 ">
                and jt.report_type in (2,3,4,5,6,7,8)
            <if test="task.reportType != null">
                and jt.report_type = #{task.reportType}
            </if>
            <if test="task.reportType == null">
                and jt.report_type in (2,3,4,5,6,7,8)