Commit e29883dc authored by hujun's avatar hujun

银行卡号中文

parent 31c9f8d9
......@@ -462,7 +462,7 @@ class Broker extends Basic
$key = $v2['agent_id'];
$excel_data[$key]['id_card'] = "\t".$v2['id_card'];
$excel_data[$key]['account'] = $v2['account'];
$excel_data[$key]['card_no'] = $v2['card_no'];
$excel_data[$key]['card_no'] = "\t".$v2['card_no'];
$excel_data[$key]['bank'] = $v2['bank'];
}
unset($id_string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment