@@ -608,6 +608,7 @@ func ServerAddCygxChartRecord(wxUser *models.WxUserItem, ctagId int) {
}
}()
item := new(models.CygxChartRecord)
+ item.ChartId = ctagId
item.UserId = wxUser.UserId
item.RealName = wxUser.RealName
item.Mobile = wxUser.Mobile