From b196f0a91f27902d4205ea7b43354ebbdeb06874 Mon Sep 17 00:00:00 2001 From: zhaokai Date: Tue, 10 Mar 2026 09:55:18 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml index 70855d5..b59043c 100644 --- a/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/TrainingApplyProcessMapper.xml @@ -39,7 +39,8 @@ tap.apply_type AS approveType, ci.corp_name AS approveCorpName, d.name AS approveDeptName, - u.name AS approveUserName + u.name AS approveUserName, + tap.create_time AS createTime, FROM training_apply_process tap LEFT JOIN