zjxpcyc 6 years ago
parent
commit
393ea92bda
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      service/customer/customer.go

+ 1
- 1
service/customer/customer.go View File

@@ -269,7 +269,7 @@ func (s *CustomerServ) BindWechatCust(userMap *model.TaUserMapping, phone, recom
269 269
 
270 270
 	// triggerRegiteEvent 触发注册事件
271 271
 	// if cust.RecommendCase != "" {
272
-	evtEngID := utils.EngineIDBy(cust.OrgId, cust.RecommendCase)
272
+	evtEngID := utils.EngineIDBy(cust.OrgId, "")
273 273
 	utils.EventEngineBus(evtEngID).EmitEvent(events.EvtRegiste, *cust)
274 274
 	// }
275 275