|
...
|
...
|
@@ -20,6 +20,7 @@ use App\Models\Project\Project; |
|
|
|
use App\Models\Project\ProjectAiSetting;
|
|
|
|
use App\Models\Visit\Visit;
|
|
|
|
use App\Models\WebSetting\WebSetting;
|
|
|
|
use App\Services\AiBlogService;
|
|
|
|
use App\Services\ProjectServer;
|
|
|
|
use Illuminate\Console\Command;
|
|
|
|
use Illuminate\Support\Facades\Artisan;
|
|
...
|
...
|
@@ -42,7 +43,7 @@ class lyhDemo extends Command |
|
|
|
protected $description = '更新路由';
|
|
|
|
|
|
|
|
public function handle(){
|
|
|
|
$projectIds = DB::table('gl_project_ai_setting')
|
|
|
|
$projectIds = DB::table('gl_project_ai_setting_copy1')
|
|
|
|
->whereIn('mch_id', function ($query) {
|
|
|
|
$query->select('mch_id')
|
|
|
|
->from('gl_project_ai_setting')
|
...
|
...
|
|