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