|
@@ -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();
|
|
|
}
|