优化个人汇总导出异常

master
chenzhi 4 years ago
parent 1a55fbce69
commit f405faa924

@ -288,7 +288,7 @@ class CompanyStatementPoolController extends ThinkController
if($is_export){ if($is_export){
if($v['withdraw_type'] != 3) { if($v['withdraw_type'] != 3) {
$v['statement_money'] .="N{$cline}-O{$cline}"; $v['statement_money'] .="O{$cline}-P{$cline}";
} else { } else {
$v['statement_money'] = substr($v['statement_money'],0,strlen($v['statement_money'])-1); $v['statement_money'] = substr($v['statement_money'],0,strlen($v['statement_money'])-1);
} }

Loading…
Cancel
Save