|
@@ -857,6 +857,7 @@ func AssembelSave(tmp map[string]interface{}, IsSearchHosp, IsSearchEnps bool, a
|
|
}
|
|
}
|
|
if FilterOwnerMap[appid] {
|
|
if FilterOwnerMap[appid] {
|
|
SearchOwnerInfo(tmp)
|
|
SearchOwnerInfo(tmp)
|
|
|
|
+ isConOk := false
|
|
owner := qu.ObjToString(tmp["owner"])
|
|
owner := qu.ObjToString(tmp["owner"])
|
|
if owner != "" {
|
|
if owner != "" {
|
|
contactData := MgoEnps.FindOne("buyer_enterprise", bson.M{"buyer_name": owner})
|
|
contactData := MgoEnps.FindOne("buyer_enterprise", bson.M{"buyer_name": owner})
|
|
@@ -885,14 +886,18 @@ func AssembelSave(tmp map[string]interface{}, IsSearchHosp, IsSearchEnps bool, a
|
|
}
|
|
}
|
|
ownerByte, _ := json.Marshal(&ownerContact)
|
|
ownerByte, _ := json.Marshal(&ownerContact)
|
|
tmp["owner_contact"] = string(ownerByte)
|
|
tmp["owner_contact"] = string(ownerByte)
|
|
- } else {
|
|
|
|
- if appid == "jyIypXQAEDAA9SQENJEAdY" {
|
|
|
|
- return false
|
|
|
|
- }
|
|
|
|
|
|
+ isConOk = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ } else {
|
|
|
|
+ return false
|
|
|
|
+ }
|
|
|
|
+ if !isConOk {
|
|
|
|
+ if appid == "jyIypXQAEDAA9SQENJEAdY" {
|
|
|
|
+ return false
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//祥和不锈钢
|
|
//祥和不锈钢
|