|
|
@@ -144,7 +144,7 @@ class ProcessBatchEpisodeGenerationCommand extends Command
|
|
|
->update([
|
|
|
'status' => 'completed',
|
|
|
'completed_at' => now(),
|
|
|
- 'updated_at' => now()
|
|
|
+ // 'updated_at' => now()
|
|
|
]);
|
|
|
|
|
|
return 0;
|
|
|
@@ -210,7 +210,7 @@ class ProcessBatchEpisodeGenerationCommand extends Command
|
|
|
'status' => 'completed',
|
|
|
'result_data' => json_encode($result, JSON_UNESCAPED_UNICODE),
|
|
|
'completed_at' => now(),
|
|
|
- 'updated_at' => now()
|
|
|
+ // 'updated_at' => now()
|
|
|
]);
|
|
|
|
|
|
dLog('command')->info('[' . date('Y-m-d H:i:s') . '] 第' . $task->episode_number . '集生成成功');
|