|
@@ -180,7 +180,7 @@ func (p *Purchase) PurchaseListFormat(res []map[string]interface{}) (list []*bxc
|
|
signEndTime = date.FormatDateByInt64(&set, "2006-01-02 15:04")
|
|
signEndTime = date.FormatDateByInt64(&set, "2006-01-02 15:04")
|
|
}
|
|
}
|
|
//deliver_area 交付省份//deliver_city 交付城市//deliver_district 交付区县
|
|
//deliver_area 交付省份//deliver_city 交付城市//deliver_district 交付区县
|
|
- deliveryLoc := fmt.Sprintf("%s-%s-%s", MC.InterfaceToStr(rv["deliver_area"]), MC.InterfaceToStr(rv["deliver_city"]), MC.InterfaceToStr(rv["deliver_district"]))
|
|
|
|
|
|
+ deliveryLoc := fmt.Sprintf("%s%s%s", MC.InterfaceToStr(rv["deliver_area"]), MC.InterfaceToStr(rv["deliver_city"]), MC.InterfaceToStr(rv["deliver_district"]))
|
|
buyer := noPower
|
|
buyer := noPower
|
|
buyerTel := noPower
|
|
buyerTel := noPower
|
|
if p.IsPower {
|
|
if p.IsPower {
|