rabin 2 years ago
parent
commit
2ba39e6e2d
1 changed files with 4 additions and 2 deletions
  1. 4 2
      service/bill/database/sell.php

+ 4 - 2
service/bill/database/sell.php

@@ -87,11 +87,13 @@ return array
         'child_mid'      => array
         (
             'type'      => 'int-11',
-            'name'      => '下级直推的mid',
+            'name'      => '直推组',
             'default'   => '-1',
-            'desc'      => '下级直推的mid',
+            'desc'      => '直推组',
             'match'     => 'is_string',
             'update'    => 'text',
+            'list'      => 'Dever::load("agent/lib/member.getOne", {child_mid}, "agent/member", true)',
+            'list_order' => 2,
         ),
 
         'agent-member-name'=> array