Browse Source

姓名,中间可以加两个空格

zhc
review512jwy@163.com 3 weeks ago
parent
commit
9dc8c2f52c
  1. 2
      dongjian-dashboard-back-dao/src/main/resources/mappers/ex/OperationLogMapperExt.xml

2
dongjian-dashboard-back-dao/src/main/resources/mappers/ex/OperationLogMapperExt.xml

@ -18,7 +18,7 @@
dolog.created_at,
COALESCE(
NULLIF(
CONCAT_WS('', buser.last_name, buser.first_name),
CONCAT_WS(' ', buser.last_name, buser.first_name),
''
),
buser.login_name

Loading…
Cancel
Save