Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
2aca234961
1 changed files with 1 additions and 0 deletions
  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.ChartId = ctagId
 	item.UserId = wxUser.UserId
 	item.RealName = wxUser.RealName
 	item.Mobile = wxUser.Mobile