Commit 24d5ddc1 authored by hujun's avatar hujun

name

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