Commit a3267d94 authored by clone's avatar clone

1

parent 305acadf
......@@ -628,7 +628,7 @@ class StoreFeeService
$result["official_receipts"] = $storeDataInfo["official_receipts"];
$result["last_official_receipts"] = $storeDataInfo["last_official_receipts"];
$result["deduct"] = $storeDataInfo["deduct"];
$result["profit"] = $result["official_receipts"] - $result["total_cost"] - $result["last_official_receipts"];
$result["profit"] = $result["official_receipts"] - $result["total_cost"] - $result["deduct"];
$result["store_info"] = $storeInfo;
return $result;
......
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