wugg 3 年之前
父節點
當前提交
f9764ea4a9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/Allot.php

+ 1 - 1
app/admin/controller/Allot.php

@@ -70,7 +70,7 @@ class Allot extends BaseController
             $where[]=['wsm_in',"in",$wsmcode];
         }
         $status = isset($this->post['status']) && $this->post['status']!=="" ? intval($this->post['status']):"";
-        if($status!=""){
+        if($status!==""){
             $where[]=['status',"=",$status];
         }
         $count = Db::name('allot_stock')->where($where)->count();