Commit 44b00957 authored by hujun's avatar hujun

total

parent 152f7a7f
...@@ -209,6 +209,9 @@ class DailyPaperService ...@@ -209,6 +209,9 @@ class DailyPaperService
case 60: case 60:
$total["other_bank"] = $item["money"]; $total["other_bank"] = $item["money"];
break; break;
case 70:
$total["bank_card"] = $item["money"];
break;
} }
} }
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