@@ -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 := ""