linwei
2024-02-02 ce035e1c02f63b49d469534ba4ac5ba435022ea2
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