wupengfei 2 years ago
parent
commit
fc75e1b1ed
2 changed files with 1 additions and 2 deletions
  1. 1 1
      .idea/workspace.xml
  2. 0 1
      application/operate/controller/SupplierGoods.php

+ 1 - 1
.idea/workspace.xml

@@ -168,7 +168,7 @@
       <workItem from="1661520525074" duration="602000" />
       <workItem from="1666574984353" duration="7852000" />
       <workItem from="1666659002848" duration="14268000" />
-      <workItem from="1666746114555" duration="9317000" />
+      <workItem from="1666746114555" duration="9338000" />
     </task>
     <servers />
   </component>

+ 0 - 1
application/operate/controller/SupplierGoods.php

@@ -150,7 +150,6 @@ class SupplierGoods extends Controller
         $supplier_id = \app\common\model\SupplierGoods::where('id',$id)->value('supplier_id');
         $url = '/operate/supplier_goods/index.html?id='.$supplier_id.'&spm=m-277-294-296';
         redirect($url,3);
-        die();
     }
 
 }