rabin 3 年之前
父節點
當前提交
10e155535e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service/option/lib/Manage.php

+ 1 - 0
service/option/lib/Manage.php

@@ -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);