ipaylinks 对账单excel

feature/trippest
lyt 8 years ago
parent 4f6f96f0c5
commit 8a6b4ba1d8

@ -92,6 +92,9 @@ class Report extends CI_Controller
$file_path_output = "";
bcscale(4);
foreach ($files as $k => $fe) {
if ( ! in_array(strrchr($fe, '.'), array(".xlsx", ".xls"))) {
continue;
}
$file_path = $statement_folder . '\\' . $fe;
if ( ! file_exists($file_path)) {
continue;

Loading…
Cancel
Save