From 774841542edff2ac7689a7b203ab9e4c7e3fd674 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 27 Dec 2023 15:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E7=AB=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/datasource/xgf/TrainingBatchMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mybatis/datasource/xgf/TrainingBatchMapper.xml b/src/main/resources/mybatis/datasource/xgf/TrainingBatchMapper.xml index c6175178..051dcbbb 100644 --- a/src/main/resources/mybatis/datasource/xgf/TrainingBatchMapper.xml +++ b/src/main/resources/mybatis/datasource/xgf/TrainingBatchMapper.xml @@ -384,5 +384,6 @@ from xgf_training_batch a where a.IS_DELETE = '0' and a.CORPINFO_ID = #{pd.CORPINFO_ID} + order by a.CREATTIME desc