数据库配置需要修改读取数据库字符类型,根据连接的sql server 来具体判断
'char_set' => 'gbk',然后使用
iconv()转换
$operator_name=iconv("gbk","utf-8//IGNORE", $item['OperatorName']);