zjxpcyc 6 年之前
父節點
當前提交
393ea92bda
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      service/customer/customer.go

+ 1
- 1
service/customer/customer.go 查看文件

@@ -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