Commit a284d203 authored by zw's avatar zw

11

parent 77c0408b
...@@ -597,7 +597,7 @@ class StoreFeeService ...@@ -597,7 +597,7 @@ class StoreFeeService
if (!$storeDataInfo) { if (!$storeDataInfo) {
return false; return false;
} }
$result["total_cost"] = $this->sumAssumeFee($storeCostInfo); $result["total_cost"] = $this->sumAssumeFee($storeCostExtInfo);
$result["official_receipts"] = $storeDataInfo["official_receipts"]; $result["official_receipts"] = $storeDataInfo["official_receipts"];
$result["last_official_receipts"] = $storeDataInfo["last_official_receipts"]; $result["last_official_receipts"] = $storeDataInfo["last_official_receipts"];
$result["deduct"] = $storeDataInfo["deduct"]; $result["deduct"] = $storeDataInfo["deduct"];
......
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