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>