wuzeyu
2024-12-09 74b4dd5220a5f9ddef7cb87d79adf5a8c8876630
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}