dever 7 년 전
부모
커밋
4e1f76a57d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      applet/database/msg_form.php

+ 2 - 0
applet/database/msg_form.php

@@ -39,6 +39,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '用户openid',
 			'match' 	=> 'is_string',
+			'search'	=> 'fulltext',
 			'update'	=> 'text',
 			'list'		=> true,
 		),
@@ -51,6 +52,7 @@ return array
 			'desc' 		=> 'form_id',
 			'match' 	=> 'is_string',
 			'update'	=> 'text',
+			'search'	=> 'fulltext',
 			'list'		=> true,
 		),