hu hao 5 rokov pred
rodič
commit
44cdd9b360
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Services/StoreService.php

+ 1 - 1
app/Services/StoreService.php

@@ -244,7 +244,7 @@ class StoreService
     }
 
     public function pushJob($asnHerders){
-        $stores = Store::query()->with(["storeItems"])->where('status','已入库')->whereIn('asn_code', data_get($asnHerders,'*.asnno'))->get();
+        $stores = Store::query()->with(["storeItems"])->where('status','已入库')->whereIn('asn_code',data_get($asnHerders,'*.asnno'))->get();
         $stores->each(function($store){
             dispatch(new StoreCreateInstantBill($store));
         });