吉安感知网项目-后端
linwei
2026-04-08 7101588d0765780ce18aff3a380c8f3f29efc472
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwTaskScheduleMapper.xml
@@ -87,7 +87,7 @@
                and d.device_type = #{param2.deviceType}
            </if>
            <if test="param2.status != null and param2.status != ''">
                and d.status = #{param2.status}
                and d.status::text = #{param2.status}::text
            </if>
            <if test="param2.deptList != null and param2.deptList.size > 0">
                and ts.create_dept in