From 6bea3964153447a90cba4d73622fc0c9d3fe8c54 Mon Sep 17 00:00:00 2001 From: yinq Date: Sun, 24 Dec 2023 11:44:28 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E8=87=AA=E5=8A=A8=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E7=94=9F=E4=BA=A7BOM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/base/BaseMaterialinfoMapper.xml | 1 + .../com/aucma/production/domain/BaseBomInfo.java | 16 ++++++++++++++++ .../service/impl/BaseBomInfoServiceImpl.java | 16 +++++++++++++++- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/aucma-base/src/main/resources/mapper/base/BaseMaterialinfoMapper.xml b/aucma-base/src/main/resources/mapper/base/BaseMaterialinfoMapper.xml index 2a2165e..1718988 100644 --- a/aucma-base/src/main/resources/mapper/base/BaseMaterialinfoMapper.xml +++ b/aucma-base/src/main/resources/mapper/base/BaseMaterialinfoMapper.xml @@ -70,6 +70,7 @@ and ml.updated_by = #{updatedBy} and ml.updated_time = #{updatedTime} + order by ml.material_subclass, ml.increment_date desc