Your Name 3 năm trước cách đây
mục cha
commit
2ea89389ab
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      learn/active/database/code.php

+ 2 - 2
learn/active/database/code.php

@@ -105,7 +105,7 @@ return array
                 'api' => 'active/user-getSearch',
                 'api' => 'active/user-getSearch',
                 'col' => 'col',
                 'col' => 'col',
                 'result' => 'id',
                 'result' => 'id',
-                'search' => 'mid',
+                'search' => 'join_uid',
             ),
             ),
             'list_name' => '参加人信息',
             'list_name' => '参加人信息',
             'list'      => "Dever::load('active/lib/manage.user',{join_uid})",
             'list'      => "Dever::load('active/lib/manage.user',{join_uid})",
@@ -125,7 +125,7 @@ return array
                 'api' => 'active/user-getSearch',
                 'api' => 'active/user-getSearch',
                 'col' => 'col',
                 'col' => 'col',
                 'result' => 'id',
                 'result' => 'id',
-                'search' => 'mid',
+                'search' => 'buy_uid',
             ),
             ),
             'list_name' => '购买人信息',
             'list_name' => '购买人信息',
             'list'      => "Dever::load('active/lib/manage.user',{buy_uid})",
             'list'      => "Dever::load('active/lib/manage.user',{buy_uid})",