update
This commit is contained in:
@ -56,9 +56,9 @@ class SpiderController extends Controller
|
|||||||
|
|
||||||
public function actionRunway()
|
public function actionRunway()
|
||||||
{
|
{
|
||||||
var_dump(BaseCommandSpiderLogic::class);
|
// var_dump(BaseCommandSpiderLogic::class);
|
||||||
var_dump(new BaseCommandSpiderLogic());
|
// var_dump(new BaseCommandSpiderLogic());
|
||||||
var_dump(class_exists("app\\models\\logics\\commands\\base\\BaseCommandSpiderLogic"));die;
|
// var_dump(class_exists("app\\models\\logics\\commands\\base\\BaseCommandSpiderLogic"));die;
|
||||||
foreach (BrandSource::find()->where(['is_deleted' => 0])->each() as $index => $item) {
|
foreach (BrandSource::find()->where(['is_deleted' => 0])->each() as $index => $item) {
|
||||||
if ($index == 1) {
|
if ($index == 1) {
|
||||||
\Yii::$app->queue->push(new RunwayJob([
|
\Yii::$app->queue->push(new RunwayJob([
|
||||||
|
|||||||
Reference in New Issue
Block a user