Răsfoiți Sursa

Merge branch 'dev_v1.5.19_wh' of jianyu/datatools into feature/v1.5.19

王浩 9 luni în urmă
părinte
comite
f1af5e1521
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      clueSync/kc.go

+ 1 - 1
clueSync/kc.go

@@ -422,7 +422,7 @@ func ordersClue() {
 			userId, uId, cluename, seatNumber, positionId, trailstatus, clueId := common.ObjToString(v["user_id"]), "", "", "", int64(0), "", int64(0)
 			product_type_str2 := `"大会员","企业商机管理","VIP订阅"`
 			product_type := common.ObjToString(v["product_type"])
-			if order_status == 1 && is_backstage_order == 1 && salesperson != "" && !strings.HasPrefix(user_phone, "9") && strings.Contains(product_type_str2, product_type) {
+			if order_status == 1 && is_backstage_order == 1 && saleDep != "" && !strings.HasPrefix(user_phone, "9") && strings.Contains(product_type_str2, product_type) {
 				//销售部
 				query := map[string]interface{}{}
 				source := ""