gongchunyi
5 天以前 5c5d9c611ae727f4296dd54b24662adedd0d88ea
fix: 客户往来明细根据签订日期排序
已修改1个文件
1 ■■■■ 文件已修改
src/main/resources/mapper/basic/CustomerMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -160,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>