京东打印
This commit is contained in:
parent
6083b1f6c5
commit
a054dab135
@ -15,7 +15,5 @@ use Illuminate\Foundation\Inspiring;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Artisan::command('inspire', function () {
|
Artisan::command('inspire', function () {
|
||||||
$order= \App\Models\BusinessOrder::query()->find(6582);
|
|
||||||
BusinessFactory::init()->make($order->shop->plat_id)->setShop($order->shop)->queryStatusAndSync($order);
|
|
||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->describe('Display an inspiring quote');
|
})->describe('Display an inspiring quote');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user