Commit c37e2b9f authored by hujun's avatar hujun

site_id

parent 347d2c9d
......@@ -106,7 +106,7 @@ class DailyPaperService
//todo 统计各金额
$result["total_info"] = $this->getTotal($store_id, $daily_data);
$result["site_id"] = $daily_info['site_id'];
$result["site_id"] = $daily_info[0]['site_id'];
unset($daily_info["site_id"]);
return ["code" => 200, "data" => $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