From 5767f9c77aecb8e97593fbade202ba7cb61c095c Mon Sep 17 00:00:00 2001 From: zhaokai Date: Tue, 10 Mar 2026 10:04:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(training):=20=E5=AE=8C=E5=96=84=E5=9F=B9?= =?UTF-8?q?=E8=AE=AD=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=89=B9=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/TrainingApplyProcessMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml index b59043c..7113ad6 100644 --- a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml @@ -40,7 +40,7 @@ ci.corp_name AS approveCorpName, d.name AS approveDeptName, u.name AS approveUserName, - tap.create_time AS createTime, + tap.create_time AS createTime FROM training_apply_process tap LEFT JOIN