This commit is contained in:
2026-01-25 21:59:18 +08:00
parent 5b5bf6fab3
commit 2dc6ac1803

View File

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