dever 7 år sedan
förälder
incheckning
511f2b97f7
1 ändrade filer med 0 tillägg och 1 borttagningar
  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'];
         $uid = $this->data['uid'];
         if ($name && $mobile && $address) {
         if ($name && $mobile && $address) {
             $update = array();
             $update = array();
-            $update['product_id'] = $product_id;
             $update['uid'] = $this->data['uid'];
             $update['uid'] = $this->data['uid'];
             
             
             $info = Dever::db('product/address')->one($update);
             $info = Dever::db('product/address')->one($update);