|
...
|
...
|
@@ -148,7 +148,7 @@ class UpdateSeoTdk extends Command |
|
|
|
|
|
|
|
public function seo_tdk($project_id)
|
|
|
|
{
|
|
|
|
$ai_commands = AiCommand::select('key', 'scene', 'ai')->get()->toArray();
|
|
|
|
$ai_commands = AiCommand::where('is_batch', 1)->select('key', 'scene', 'ai')->get()->toArray();
|
|
|
|
$ai_commands = Arr::setValueToKey($ai_commands, 'key');
|
|
|
|
|
|
|
|
foreach ($this->maps as $table => $map) {
|
...
|
...
|
|