|
@@ -45,6 +45,7 @@ class Manage
|
|
|
$main = Dever::db('option/member')->getMain(array('key' => $info['key'], 'company_id' => $info['company_id'], 'clear_top' => true));
|
|
|
if ($main && $main['aid']) {
|
|
|
$where = array();
|
|
|
+ $where['option_company_id'] = $info['company_id'];
|
|
|
$where['option_key'] = $info['key'];
|
|
|
$where['set_aid'] = $main['aid'];
|
|
|
Dever::db('option/member')->updates($where);
|