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

Merge branch 'last_view_time_str'

zwxi 11 месяцев назад
Родитель
Сommit
b54d174410
1 измененных файлов с 1 добавлено и 1 удалено
  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)