ruoyi-system/src/main/resources/mapper/system/TEarlyWarningMapper.xml
@@ -29,7 +29,11 @@ <if test="query.startTime != null and startTime != ''"> and (t1.create_time between #{startTime} and #{endTime}) </if> <if test="query.warningType != null "> and t1.warning_type= #{query.warningType} </if> and t1.`disabled` = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} order by t1.create_time desc </select> </mapper>