Просмотр исходного кода

Merge branch 'last_view_time_str' into debug

zwxi 11 месяцев назад
Родитель
Сommit
3803bb059d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      controllers/company_user.go

+ 1 - 1
controllers/company_user.go

@@ -1260,7 +1260,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)