|
@@ -129,7 +129,7 @@ func kcJob(data map[string]interface{}) int {
|
|
|
}
|
|
|
buy_subject := common.IntAll(data["buy_subject"])
|
|
|
if buy_subject == 1 || buy_subject == 0 {
|
|
|
- entId = gconv.String(data["userid"])
|
|
|
+ entId = gconv.String(data["user_id"])
|
|
|
}
|
|
|
clueData := TiDb.FindOne("dwd_f_crm_clue_info", map[string]interface{}{"uid": uId}, "", "")
|
|
|
orderCode := gconv.String(data["order_code"])
|