|
@@ -234,7 +234,6 @@ class Api extends Base
|
|
|
$uid = $this->data['uid'];
|
|
|
if ($name && $mobile && $address) {
|
|
|
$update = array();
|
|
|
- $update['product_id'] = $product_id;
|
|
|
$update['uid'] = $this->data['uid'];
|
|
|
|
|
|
$info = Dever::db('product/address')->one($update);
|