qa调整
This commit is contained in:
parent
a692756900
commit
ee30925635
|
@ -114,7 +114,7 @@ class QaController extends base
|
||||||
}
|
}
|
||||||
|
|
||||||
$qaQuestion = $post['qaQuestions'] ?? null;
|
$qaQuestion = $post['qaQuestions'] ?? null;
|
||||||
unset($post['qaQuestions']);
|
unset($post['qaQuestions'], $post['update_time']);
|
||||||
$post['create_time'] = time();
|
$post['create_time'] = time();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue