|
|
@@ -1003,8 +1003,12 @@ where (commodities.owner_id,commodity_barcodes.code) in (select commodities.owne
|
|
|
|
|
|
public function testSyncAsn()
|
|
|
{
|
|
|
+ dump('handle.......start');
|
|
|
+ echo (string)Carbon::now() . PHP_EOL;
|
|
|
app(StoreService::class)->storeCreateByWms();
|
|
|
app(StoreService::class)->storeUpdateByWms();
|
|
|
+ echo (string)Carbon::now() . PHP_EOL;
|
|
|
+ dump('handle.......end');
|
|
|
}
|
|
|
|
|
|
public function changeOrder()
|