rabin 2 years ago
parent
commit
7136ea0e75
1 changed files with 1 additions and 23 deletions
  1. 1 23
      service/bill/database/tixian.php

+ 1 - 23
service/bill/database/tixian.php

@@ -103,32 +103,10 @@ return array
                 'search' => 'mid',
             ),
             'list_name' => '提现用户信息',
-            'list'      => 'Dever::load("agent/lib/member.getOne", {mid}, "agent/member", true)',
+            'list'      => 'Dever::load("bill/lib/tixian.getInfo", {type}, {cash_id})',
             'list_order' => 3,
         ),
 
-        'agent-member-name'=> array
-        (
-            'name'      => '姓名',
-            'default'   => '',
-            'desc'      => '姓名',
-            'match'     => 'option',
-            # 读取另外表的关联方式
-            'sync'      => array('mid', 'id'),
-        ),
-
-        'agent-member-role'=> array
-        (
-            'name'      => '代理角色',
-            'default'   => '',
-            'desc'      => '代理角色',
-            'match'     => 'option',
-            # 读取另外表的关联方式
-            'sync'      => array('mid', 'id'),
-            // 'list'      => 'Dever::load("setting/role-find#name", "{agent-member-role}")',
-            // 'list_order' => 5,
-        ),
-
         'order_num'      => array
         (
             'type'      => 'varchar-100',