sinake
2025-09-24 b0e0b4c0e342865daefb31eb3b956129fe722c8c
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') &lt;= #{lastEndTime}
            </if>
            <if test="pageSize != null and pageSize!='' ">and rownum&lt;#{pageSize}</if>
        </where>
    </select>