mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update 简化代码
有+号拼接字符串,toString可以不用写
This commit is contained in:
parent
bfb05c977d
commit
940b2e5c77
@ -105,7 +105,7 @@ public class SysLogininforServiceImpl implements ISysLogininforService {
|
||||
if (msg == null) {
|
||||
msg = "";
|
||||
}
|
||||
return "[" + msg.toString() + "]";
|
||||
return "[" + msg + "]";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user