Commit 24d5ddc1 authored by hujun's avatar hujun

name

parent 44b00957
...@@ -180,13 +180,13 @@ class DailyPaperService ...@@ -180,13 +180,13 @@ class DailyPaperService
foreach ($total_arr as $item) { foreach ($total_arr as $item) {
switch ($item["pay_type"]) { switch ($item["pay_type"]) {
case 10: case 10:
$total["alipay_1"] = $item["money"]; $total["alipay"] = $item["money"];
break; break;
case 11: case 11:
$total["alipay_2"] = $item["money"]; $total["alipay_2"] = $item["money"];
break; break;
case 20: case 20:
$total["tenpay_1"] = $item["money"]; $total["tenpay"] = $item["money"];
break; break;
case 21: case 21:
$total["tenpay_2"] = $item["money"]; $total["tenpay_2"] = $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