|
@@ -295,7 +295,7 @@ Class Home extends Core
|
|
|
$admin = Dever::load('manage/auth.info');
|
|
|
$where['where_id'] = $code_id;
|
|
|
$where['status'] = 2;
|
|
|
- $where['time'] = time();
|
|
|
+ $where['offdate'] = time();
|
|
|
$where['audit_admin'] = $admin['id'];
|
|
|
$ids = Dever::db('active/code')->update($where);
|
|
|
if ($ids) {
|