From 7443b7e66461b27cfa32bc3e2db2fd48a051651e Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 23 Jul 2025 18:30:41 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/repair/RepairMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairMapper.xml index c8d24ca0..e2931fd6 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairMapper.xml @@ -957,8 +957,8 @@ mt2.type_name as typeName, CONCAT(bai.`code`, '-', rad.`level`) as `code`, mm.ma_code as maCode, - su.user_name as repairer, - rad.update_time as createTime, + su.nick_name as repairer, + DATE_FORMAT(rad.update_time,'%y%m%d') as createTime, mt.rated_load as ratedLoad, mt.test_load as testLoad, mt.holding_time as holdingTime,