标签:数据 进入 his 更新 tis dispatch 变更 new res
1,新建queue
php artisan make:Job queueTest
2,变更了queueTest 需要更新
php artisan queue:restart
3, 查看队列执行情况
php artisan queue:work
4,将数据存入队列
$this->dispatch(new Queue($arr1));//进入队列
标签:数据 进入 his 更新 tis dispatch 变更 new res
原文地址:https://www.cnblogs.com/shangfz/p/13032712.html