瀏覽代碼

Merge branch 'last_view_time_str' into debug

zwxi 11 月之前
父節點
當前提交
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)