This commit is contained in:
jianghanbo 2024-08-29 17:56:57 +08:00
parent a692756900
commit ee30925635
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class QaController extends base
}
$qaQuestion = $post['qaQuestions'] ?? null;
unset($post['qaQuestions']);
unset($post['qaQuestions'], $post['update_time']);
$post['create_time'] = time();
try {