|
@@ -308,7 +308,7 @@ class Purch extends Base
|
|
|
|
|
|
//补充收货地址
|
|
|
$addr = Db::name('order_addr')
|
|
|
- ->field('id,addr,addr_code,contactor,mobile')
|
|
|
+ ->field('id,addr,addr_code,contactor,mobile,receipt_quantity')
|
|
|
->where(['orderCode' => $data['orderCode'], 'is_del' => 0])
|
|
|
->select()
|
|
|
->toArray();
|