wupengfei hace 2 años
padre
commit
7f87e1ef9a
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 2 3
      .idea/workspace.xml
  2. 1 1
      application/store/controller/Goods.php

+ 2 - 3
.idea/workspace.xml

@@ -3,8 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="a760c6e5-d38f-48d9-be27-0f7a4f48e29f" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/store/view/goods/add_first.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/goods/add_first.html" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/store/view/goods/import_first_list.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/view/goods/import_first_list.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/store/controller/Goods.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/store/controller/Goods.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -150,7 +149,7 @@
       <workItem from="1661820079823" duration="2898000" />
       <workItem from="1661907611720" duration="5931000" />
       <workItem from="1661993135050" duration="4377000" />
-      <workItem from="1662078426211" duration="1966000" />
+      <workItem from="1662078426211" duration="2047000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/store/controller/Goods.php

@@ -302,7 +302,7 @@ class Goods extends Controller
             //查询是否已经导入
             $isAdd = Db::name('store_collection_first')->where(['phone'=>$phone,'c_id'=>$c_id])->count();
             if($isAdd) $this->error('已经添加');
-            Db::name('store_collection_first')->insert(['uid'=>$member->id,'phone'=>$phone,'num'=>$num,'c_id'=>$c_id]);
+            Db::name('store_collection_first')->insert(['uid'=>$member['id'],'phone'=>$phone,'num'=>$num,'c_id'=>$c_id]);
             $this->error('已经成功');
         }
         $this->fetch();