|
|
@@ -263,7 +263,7 @@ public class QwWatchLogServiceImpl extends ServiceImpl<QwWatchLogMapper, QwWatch
|
|
|
if(ObjectUtils.isNotNull(item.getCompanyUserId())){
|
|
|
CompanyUser companyUser = companyUserCacheService.selectCompanyUserById(item.getCompanyUserId());
|
|
|
if(companyUser != null) {
|
|
|
- item.setQwUserName(companyUser.getUserName());
|
|
|
+ item.setQwUserName(companyUser.getNickName());
|
|
|
}
|
|
|
}
|
|
|
// 会员名称
|