xuhy
2025-07-01 61f9d261edb521fc9d0f23c5f0a116dcd90c6b23
ruoyi-system/src/main/resources/mapper/system/TAppealMapper.xml
@@ -148,7 +148,7 @@
        ) t5 on t1.id = t5.task_id
        where 1=1
        and t1.`disabled` = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        and t1.status !=5 and t1.status !=6
        and t1.status !=3 and t1.status !=5 and t1.status !=6
        order by distance asc
    </select>