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