Commit 0a00f09b authored by hujun's avatar hujun

pay_type

parent e91ad4b7
...@@ -186,7 +186,7 @@ class DailyPaperService ...@@ -186,7 +186,7 @@ class DailyPaperService
$total["alipay_2"] = $item["money"]; $total["alipay_2"] = $item["money"];
break; break;
case 12: case 12:
$total["alipay"] = $item["money"]; $total["alipay_3"] = $item["money"];
break; break;
case 20: case 20:
$total["tenpay"] = $item["money"]; $total["tenpay"] = $item["money"];
...@@ -195,7 +195,7 @@ class DailyPaperService ...@@ -195,7 +195,7 @@ class DailyPaperService
$total["tenpay_2"] = $item["money"]; $total["tenpay_2"] = $item["money"];
break; break;
case 22: case 22:
$total["tenpay"] = $item["money"]; $total["tenpay_3"] = $item["money"];
break; break;
case 30: case 30:
$total["pos"] = $item["money"]; $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