无关风月
2025-07-14 6605af34249a6fec0b3967698dcc53ae366d781c
ruoyi-system/src/main/resources/mapper/system/TInspectorMapper.xml
@@ -61,6 +61,9 @@
        <if test="query.status != null">
            and t1.status = #{query.status}
        </if>
          <if test="query.clearStatus != null">
            and t1.clear_status = #{query.clearStatus}
        </if>
        <if test="query.startTime != null and query.startTime != ''">
            and (t1.create_time between #{query.startTime} and #{query.endTime})
        </if>