吉安感知网项目-后端
xiebin
2026-01-22 12cb0f2f79f216864b8f68b63309f409db68e02f
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwTaskScheduleMapper.xml
@@ -135,9 +135,6 @@
            <if test="param2.status != null and param2.status != ''">
                and d.status = #{param2.status}
            </if>
            <if test="param2.isDeleted != null and param2.isDeleted != ''">
                and ts.is_deleted = #{param2.isDeleted}
            </if>
        </where>
    </select>