Browse Source

Merge branch 'last_view_time_str'

zwxi 11 months ago
parent
commit
b54d174410
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/company_user.go

+ 1 - 1
controllers/company_user.go

@@ -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)