wuggemail@foxmail.com 3 月之前
父節點
當前提交
5d85c46dd1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/cxinv/command/MakeSeal.php

+ 1 - 1
app/cxinv/command/MakeSeal.php

@@ -30,7 +30,7 @@ class MakeSeal extends Command
 
     public function GetInfo()
     {
-        $info = ProductFz::where([['status','=',1]])->order("fz_date asc")->cursor();
+        $info = ProductFz::where([['status','=',0]])->order("fz_date asc")->cursor();
         foreach ($info as $item){
             yield $item->toArray();
         }