dever 7 年之前
父節點
當前提交
511f2b97f7
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);