Эх сурвалжийг харах

Merge branch 'cygx_fix_bug_03-12' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai 1 жил өмнө
parent
commit
87760c6fe3

+ 5 - 2
controllers/company_user.go

@@ -1258,6 +1258,9 @@ func (this *CompanyUserController) List() {
 					list[i].IsChartPermissionSetting = 1
 				}
 			}
+			// 分产品阅读统计
+			list[i].YbProductViewTotal = userYbViewsMap[int(item.UserId)]
+			list[i].LastViewTimeStr = list[i].RaiLastViewTime.Format(utils.FormatDateTime)
 		}
 
 		isUserYanXuanButtonShow, err := services.CheckCompanyUserYanXuanButton(sysUser.RoleTypeCode, sysUser.Mobile)
@@ -1292,7 +1295,7 @@ func (this *CompanyUserController) List() {
 			for i := 0; i < lenList; i++ {
 				item := list[i]
 				// 分产品阅读统计
-				list[i].YbProductViewTotal = userYbViewsMap[int(item.UserId)]
+				//list[i].YbProductViewTotal = userYbViewsMap[int(item.UserId)]
 				list[i].MfyxInteractionNum = userInteractionNumMap[int(item.UserId)]
 				//权益销售查看用户研选的信息
 				if userYanxuanPermissionMap[int(item.UserId)] != nil {
@@ -1307,7 +1310,7 @@ func (this *CompanyUserController) List() {
 					list[i].MfyxIsBinding = true
 					list[i].MfyxBindingTime = mfyxuserRecordRegisterMap[int(item.UserId)]
 				}
-				list[i].LastViewTimeStr = list[i].RaiLastViewTime.Format(utils.FormatDateTime)
+				//list[i].LastViewTimeStr = list[i].RaiLastViewTime.Format(utils.FormatDateTime)
 			}
 		}
 	}