ruoyi-quartz/src/main/resources/mapper/quartz/CollectHISMapper.xml
@@ -419,6 +419,9 @@ <if test="lastEndTime != null and lastEndTime != ''"> and to_char(last_Update_Time, 'YYYY-MM-DD HH24:MI:SS') <= #{lastEndTime} </if> <if test="pageSize != null and pageSize!='' ">and rownum<#{pageSize}</if> </where> </select>