dever 7 년 전
부모
커밋
277a41a12f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      component/database/domain.php
  2. 2 2
      component/database/tester.php

+ 2 - 2
component/database/domain.php

@@ -61,9 +61,9 @@ return array
 			'name' 		=> '用户-不选择则获取所有用户',
 			'default' 	=> '',
 			'desc' 		=> '用户',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			//'search'	=> 'order,fulltext',
-			'update'	=> 'checkbox',
+			//'update'	=> 'checkbox',
 			'option'	=> $user,
 			'list'		=> true,
 		),

+ 2 - 2
component/database/tester.php

@@ -60,9 +60,9 @@ return array
 			'name' 		=> '用户-不选择则获取所有用户',
 			'default' 	=> '',
 			'desc' 		=> '用户',
-			'match' 	=> 'is_string',
+			'match' 	=> 'option',
 			//'search'	=> 'order,fulltext',
-			'update'	=> 'checkbox',
+			//'update'	=> 'checkbox',
 			'option'	=> $user,
 			'list'		=> true,
 		),