Ver código fonte

刘优化功能

liuhairui 3 anos atrás
pai
commit
d01bdab485
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      application/admin/controller/Order.php

+ 1 - 1
application/admin/controller/Order.php

@@ -120,7 +120,7 @@ class Order extends Backend
         $this->success();
     }
 
-    public function stockad(){//传达到库存管理 如果数据库有新增数据返回1
+    public function stockad(){//传达到库存管理 如果数据库有新增数据返回1 
         $company_id = $_SESSION['think']['admin']['company_id'];//查询对应的公司id
         $order = Db::name('order')->where('company_id',$company_id)->where('orderstu',1)->select();
         if(!empty($order)){