linwei
2024-02-03 b7df6735bcb2d447cae7fcfba2d12accf3dd2fcc
src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -139,10 +139,10 @@
            </if>
            <!-- 场所店铺 -->
            <if test="task.reportType != null and task.reportType == 2 ">
                and jt.report_type in (2,3,4,5,6,7)
                and jt.report_type in (2,3,4,5,6,7,8)
            </if>
            <if test="task.reportType == null">
                and jt.report_type in (2,3,4,5,6,7)
                and jt.report_type in (2,3,4,5,6,7,8)
            </if>
            and jt.is_deleted = 0
            and jt.house_code is not null