优化公式

master
chenzhi 4 years ago
parent a3e0ecb949
commit f4f430cf61

@ -127,7 +127,7 @@ class CompanyStatementLackController extends ThinkController
//下游公司 //下游公司
A("CompanyStatementPool")->viewPcPool($dbres,$is_export,$withdraw_type); A("CompanyStatementPool")->viewPcPool($dbres,$is_export,$withdraw_type);
}else{ }else{
A("CompanyStatementPool")->viewPuPool($dbres,$is_export,$withdraw_type); A("CompanyStatementPool")->viewPuPool($dbres,$is_export,["withdraw_type"=>3]);
} }
} }
@ -284,7 +284,7 @@ class CompanyStatementLackController extends ThinkController
A("CompanyStatementPool")->viewPcPool($dbres,$is_export); A("CompanyStatementPool")->viewPcPool($dbres,$is_export);
}else{ }else{
$this->assign("title","下游个人未汇总"); $this->assign("title","下游个人未汇总");
A("CompanyStatementPool")->viewPuPool($dbres,$is_export); A("CompanyStatementPool")->viewPuPool($dbres,$is_export,["withdraw_type"=>3]);
} }
} }

@ -469,6 +469,7 @@ class CompanyStatementPoolController extends ThinkController
public function viewPuPool(&$infolist,$is_export,$pool_info){ public function viewPuPool(&$infolist,$is_export,$pool_info){
$line = 1; $line = 1;
$count = [ $count = [
"pool_week_count"=>0,//上周数据合计
"pool_lack_count"=>0,//本周未结算流水合计 "pool_lack_count"=>0,//本周未结算流水合计
"sum_money"=>0,//打款合计 "sum_money"=>0,//打款合计
"pool_lack_count"=>0,//本周未结算流水合计 "pool_lack_count"=>0,//本周未结算流水合计

Loading…
Cancel
Save