Browse Source

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

zhangchuanxing 1 week ago
parent
commit
236254ccf7
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 := 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