zhangchuanxing 1 månad sedan
förälder
incheckning
2aca234961
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      services/chart.go

+ 1 - 0
services/chart.go

@@ -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