|
@@ -70,7 +70,8 @@ func kcJob(data map[string]interface{}) int {
|
|
|
log.Println(data["order_code"], saleDep, orderPositionId, salesperson)
|
|
|
if clueData == nil || len(*clueData) == 0 {
|
|
|
if saleDep == "销售部" || saleDep == "市场部" {
|
|
|
- return 1
|
|
|
+ log.Println("移交客成缺少基本信息", uId)
|
|
|
+ return 0
|
|
|
}
|
|
|
//创建线索
|
|
|
//原始订单获取
|