gongchunyi
4 天以前 2d5d8691bdfcfadcc37240c0224e242fe32dc738
fix: 客户往来明细根据签订日期排序
已修改1个文件
2 ■■■■■ 文件已修改
src/main/resources/mapper/basic/CustomerMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -52,6 +52,7 @@
                )
            </if>-->
        </where>
        order by create_time desc
    </select>
    <select id="list" resultType="com.ruoyi.basic.vo.CustomerVo">
@@ -159,5 +160,6 @@
            group by  sl.id
        )T2 on T2.id = sl.id
        where sl.customer_id = #{customerId}
        order by sl.execution_date
    </select>
</mapper>