Your Name 3 年之前
父节点
当前提交
c3babc086c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      tool/clue/database/info.php
  2. 1 1
      tool/clue/database/salepeople.php

+ 1 - 1
tool/clue/database/info.php

@@ -580,7 +580,7 @@ return array
     (
     	'list_option' => array
         (
-         'col' => 'yes-follow_admin_id',
+         'col' => 'yes-follow_admin_id,yes-follow_group_id',
          'status' => array('yes', 'in'),
         ),
         'list' => array

+ 1 - 1
tool/clue/database/salepeople.php

@@ -13,7 +13,7 @@ return array
     'start' => array
     (
         'insert' => 'clue/lib/info.insertSell',
-        'update' => 'clue/lib/info.insertSell',
+        // 'update' => 'clue/lib/info.insertSell',
     ),
     'end' => array
     (