Commit cc71ab31 authored by hujun's avatar hujun

0

parent c20f1954
...@@ -166,14 +166,17 @@ class DailyPaperService ...@@ -166,14 +166,17 @@ class DailyPaperService
$total_arr = $payLogModel->getTotal($field, $params, "pay_type"); $total_arr = $payLogModel->getTotal($field, $params, "pay_type");
$total["alipay"] = 0; $total["alipay"] = 0;
$total["alipay_2"] = 0; $total["alipay_2"] = 0;
$total["alipay_3"] = 0;
$total["tenpay"] = 0; $total["tenpay"] = 0;
$total["tenpay_2"] = 0; $total["tenpay_2"] = 0;
$total["tenpay_3"] = 0;
$total["pos"] = 0; $total["pos"] = 0;
$total["realty_pay"] = 0; $total["realty_pay"] = 0;
$total["family_pay"] = 0; $total["family_pay"] = 0;
$total["private_bank"] = 0; $total["private_bank"] = 0;
$total["cash"] = 0; $total["cash"] = 0;
$total["other_bank"] = 0; $total["other_bank"] = 0;
$total["bank_card"] = 0;
if (count($total_arr) <= 0) { if (count($total_arr) <= 0) {
return $total; return $total;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment