wuzeyu
2024-12-24 c8ae875dcfb55ac27a434f6b8ca40a5c80a5f9ee
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}