|
|
|
@ -402,6 +402,7 @@ class CompanyStatementPoolController extends ThinkController
|
|
|
|
|
$v['statement_money'] .= "O{$line}+";
|
|
|
|
|
}else{
|
|
|
|
|
$count['platform_amount'] += $val['pay_amount'];
|
|
|
|
|
$count['week_money'] += $val['sum_money'];
|
|
|
|
|
$count['sum_money'] += $val['sum_money'];
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -428,7 +429,8 @@ class CompanyStatementPoolController extends ThinkController
|
|
|
|
|
|
|
|
|
|
if($is_export){
|
|
|
|
|
$count["platform_amount"] = "=ROUND(SUM(K2:K".$line."),2)";
|
|
|
|
|
$count["sum_money"] = "=ROUND(SUM(R2:R".$line."),2)";
|
|
|
|
|
$count["week_money"] = "=ROUND(SUM(R2:R".$line."),2)";
|
|
|
|
|
$count["sum_money"] = "=ROUND(SUM(S2:S".$line."),2)";
|
|
|
|
|
}
|
|
|
|
|
// die();
|
|
|
|
|
$this->assign("data",$infolist);
|
|
|
|
|