Commit bbea2aad authored by hujun's avatar hujun

去除

parent 03a86c7c
......@@ -166,10 +166,8 @@ class DailyPaperService
$total_arr = $payLogModel->getTotal($field, $params, "pay_type");
$total["alipay"] = 0;
$total["alipay_2"] = 0;
$total["alipay_3"] = 0;
$total["tenpay"] = 0;
$total["tenpay_2"] = 0;
$total["tenpay_3"] = 0;
$total["pos"] = 0;
$total["realty_pay"] = 0;
$total["family_pay"] = 0;
......@@ -189,7 +187,7 @@ class DailyPaperService
$total["alipay_2"] = $item["money"];
break;
case 12:
$total["alipay_3"] = $item["money"];
$total["alipay"] = $item["money"];
break;
case 20:
$total["tenpay"] = $item["money"];
......@@ -198,7 +196,7 @@ class DailyPaperService
$total["tenpay_2"] = $item["money"];
break;
case 22:
$total["tenpay_3"] = $item["money"];
$total["tenpay"] = $item["money"];
break;
case 30:
$total["pos"] = $item["money"];
......
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