liurunyu
2025-04-27 7634d7ff15b1fa84ea84a51a1ba6e45b11a4aa21
pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayLastMapper.xml
@@ -221,7 +221,7 @@
                and rldl.dt <= #{endDt,jdbcType=DATE}
            </if>
        </where>
        ORDER BY rldl.id DESC
        ORDER BY rldl.dt_last DESC
        <trim prefix="limit ">
            <if test="start != null and count != null">
                #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}