瀏覽代碼

Merge branch 'crm/crm_16.9_v1' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 1 周之前
父節點
當前提交
236254ccf7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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