From 5e4e0acc7c22f8094c89d1653eeed948a20de1a0 Mon Sep 17 00:00:00 2001 From: jing's Date: Mon, 8 Jan 2024 16:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=9F=A5=E8=AF=A2bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/master/BomNewMbomBackMaterialMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewMbomBackMaterialMapper.xml b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewMbomBackMaterialMapper.xml index fc6158a7..1871700f 100644 --- a/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewMbomBackMaterialMapper.xml +++ b/nflg_project_dev/nflg-bom-new/src/main/resources/mapper/master/BomNewMbomBackMaterialMapper.xml @@ -50,7 +50,7 @@ on t1.detail_row_id=t2.row_id left join t_bom_new_mbom_parent t3 on t1.bom_row_id=t3.row_id - order by t1.back_status asc,t1.created_time desc + @@ -66,6 +66,7 @@ = #{query.startDate} and t1.created_time <=#{query.endDate}]]> + order by t1.back_status asc,t1.created_time desc