liurunyu
2024-10-31 fb98021c54aa100fbdc5972362541113a9418b1e
重构日漏损量查询,增加果询条件和排序方法,及增加显示内容
1个文件已修改
2 ■■■ 已修改文件
pipIrr-platform/pipIrr-global/src/main/resources/mapper/RmLossDayLastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}