@@ -56,6 +56,7 @@ class Kernel extends ConsoleKernel
$schedule->command('createOwnerAreaReport')->monthlyOn(25);
$schedule->command('sync:batch')->everyMinute();
$schedule->command('sync:order')->everyMinute();
+// $schedule->command('SyncWmsCommoditiesInformation')->everyMinute();
}
/**
@@ -32,6 +32,4 @@ class OracleDOCASNHeader extends Model
return $this->hasMany(OracleDOCASNDetail::class,'asnno','asnno')
->select('asnno','asnlineno','customerid','sku','skudescrc','linestatus','lotatt08','lotatt05','receivedqty','expectedqty','addtime','edittime');
-