This commit is contained in:
jianghanbo 2024-08-29 18:01:27 +08:00
parent 0223427e8f
commit 1520699f88
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class QaController extends base
if (isset($post['update_time'])) {
unset($post['update_time']);
}
if (isset($post['update_time'])) {
if (isset($post['id'])) {
unset($post['id']);
}
$post['create_time'] = time();