Explorar o código

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

zhangchuanxing hai 1 semana
pai
achega
236254ccf7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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