Merge branch 'feature/finance_statement_three' of wmtx/platform into release

优化个人汇总导出异常
master
陈志 4 years ago committed by Gogs
commit d130e6cf6d

@ -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