|
@@ -256,7 +256,7 @@ func (p *Purchase) PurchaseListFormat(res []map[string]interface{}) (list []*bxc
|
|
|
DeliveryLoc: deliveryLoc,
|
|
|
Industry: util.IndustryFormat(p.Industry, strings.Trim(MC.ObjToString(rv["s_subscopeclass"]), ",")),
|
|
|
PublicType: MC.InterfaceToStr(rv["public_type"]),
|
|
|
- IsNew: 1,
|
|
|
+ IsNew: MC.Int64All(rv["is_yg_new"]), //is_yg_new==1 新的网站来源
|
|
|
OriginalTitle: MC.InterfaceToStr(rv["title"]),
|
|
|
//BuyerPerson: buyerPerson,
|
|
|
//Agency: agency,
|