Merge pull request '1.28功能提交' (#118) from feature/add_item into release

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/118
master
郑永星 4 years ago
commit e4fb38e5f7

@ -38,7 +38,7 @@ class SocietyInfoController extends ThinkController
$map['create_account'] = $this->admininfo['username']; $map['create_account'] = $this->admininfo['username'];
} }
if ($_REQUEST['text']) { if ($_REQUEST['text']||$_REQUEST['text']=='0') {
$map['_string'] = "province like '%{$_REQUEST['text']}%' or city like '%{$_REQUEST['text']}%' $map['_string'] = "province like '%{$_REQUEST['text']}%' or city like '%{$_REQUEST['text']}%'
or company_name like '%{$_REQUEST['text']}%' or register_capital like '%{$_REQUEST['text']}%' or functionary like '%{$_REQUEST['text']}%' or company_name like '%{$_REQUEST['text']}%' or register_capital like '%{$_REQUEST['text']}%' or functionary like '%{$_REQUEST['text']}%'
or phone like '%{$_REQUEST['text']}%' or wechat like '%{$_REQUEST['text']}%' or qq like '%{$_REQUEST['text']}%' or game_type like '%{$_REQUEST['text']}%' or phone like '%{$_REQUEST['text']}%' or wechat like '%{$_REQUEST['text']}%' or qq like '%{$_REQUEST['text']}%' or game_type like '%{$_REQUEST['text']}%'

Loading…
Cancel
Save