rabin 3 년 전
부모
커밋
186dd7ad7c
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      service/option/database/member.php

+ 0 - 10
service/option/database/member.php

@@ -198,16 +198,6 @@ return array
             'option'    => $idcard_bind,
         ),
 
-        'company'        => array
-        (
-            'type'      => 'int-11',
-            'name'      => '公司',
-            'default'   => '1',
-            'desc'      => '公司',
-            'match'     => 'is_numeric',
-            'option'    => $company,
-        ),
-
         'status'        => array
         (
             'type'      => 'tinyint-1',