From 5e89650007d92fb87a650fcd65e752d23c4dad21 Mon Sep 17 00:00:00 2001 From: linfso Date: Mon, 30 Jun 2025 23:19:17 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml index 23858f8b2..cb9783e7b 100644 --- a/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTmsCostFeeSplitMapper.xml @@ -86,7 +86,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and update_site like concat('%', #{updateSite}, '%') - order by billCode asc,trade_date asc + order by bill_code asc,trade_date asc order by create_time desc @@ -121,7 +121,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"