dever 7 years ago
parent
commit
511f2b97f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      product/src/Api.php

+ 0 - 1
product/src/Api.php

@@ -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);