feat: PDM零部件绑定相关接口用户信息只穿用户名
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ public class LawsBindPartServiceImpl extends ServiceImpl<LawsBindPartMapper, Law
|
||||
|
||||
private String getBindUsernameAndRealName(String userId) {
|
||||
SysUser user = sysUserService.getById(userId);
|
||||
return user.getRealname() + "(" + user.getUsername() + ")";
|
||||
return user.getUsername();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user