|
@@ -1250,7 +1250,7 @@ func (this *CompanyUserController) List() {
|
|
|
}
|
|
|
// 分产品阅读统计
|
|
|
list[i].YbProductViewTotal = userYbViewsMap[int(item.UserId)]
|
|
|
- list[i].LastViewTimeStr = list[i].RaiLastViewTime.Format(utils.FormatDateTime)
|
|
|
+ //list[i].LastViewTimeStr = list[i].RaiLastViewTime.Format(utils.FormatDateTime)
|
|
|
}
|
|
|
|
|
|
isUserYanXuanButtonShow, err := services.CheckCompanyUserYanXuanButton(sysUser.RoleTypeCode, sysUser.Mobile)
|