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
 
269
 
270
 	// triggerRegiteEvent 触发注册事件
270
 	// triggerRegiteEvent 触发注册事件
271
 	// if cust.RecommendCase != "" {
271
 	// if cust.RecommendCase != "" {
272
-	evtEngID := utils.EngineIDBy(cust.OrgId, cust.RecommendCase)
272
+	evtEngID := utils.EngineIDBy(cust.OrgId, "")
273
 	utils.EventEngineBus(evtEngID).EmitEvent(events.EvtRegiste, *cust)
273
 	utils.EventEngineBus(evtEngID).EmitEvent(events.EvtRegiste, *cust)
274
 	// }
274
 	// }
275
 
275