bug修复

This commit is contained in:
hongchao 2025-07-23 18:30:41 +08:00
parent 48f78938fb
commit 7443b7e664
1 changed files with 2 additions and 2 deletions

View File

@ -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,