|
|
@ -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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|