|
@@ -826,8 +826,8 @@ func pcVRT(sid, industry, content string, isPayUser bool) (po, bo, wo []map[stri
|
|
|
buyer, _ := obj["buyer"].(string) //采购单位
|
|
|
if buyer != "" {
|
|
|
buyerNameOther := fmt.Sprintf("buyerNameOther_%s", buyer)
|
|
|
- projectOther = EntAssociated(buyerNameOther)
|
|
|
- if projectOther == nil {
|
|
|
+ buyerOther = EntAssociated(buyerNameOther)
|
|
|
+ if buyerOther == nil {
|
|
|
queryStr = `{"TERM_buyer":"` + buyer + `"}`
|
|
|
buyerOther = bidDataConvert(sid, commonQuery(queryStr))
|
|
|
if bytes, err := json.Marshal(buyerOther); err == nil && bytes != nil {
|