qa调整
This commit is contained in:
parent
0223427e8f
commit
1520699f88
|
@ -118,7 +118,7 @@ class QaController extends base
|
||||||
if (isset($post['update_time'])) {
|
if (isset($post['update_time'])) {
|
||||||
unset($post['update_time']);
|
unset($post['update_time']);
|
||||||
}
|
}
|
||||||
if (isset($post['update_time'])) {
|
if (isset($post['id'])) {
|
||||||
unset($post['id']);
|
unset($post['id']);
|
||||||
}
|
}
|
||||||
$post['create_time'] = time();
|
$post['create_time'] = time();
|
||||||
|
|
Loading…
Reference in New Issue