Commit 68f54806 authored by zhuwei's avatar zhuwei

1

parent bf3b91b2
......@@ -108,6 +108,7 @@ class Performance extends Basic
$result["list"] = $list['list'];
$result["total"] = $list['total'];
$result["performance_total"] = $list['performance_total'];
$result["official_receipts_total"] = $list['official_receipts_total'];
$result["start_time"] = $start_day;
$result["end_time"] = $end_day;
......@@ -157,6 +158,7 @@ class Performance extends Basic
$result["list"] = $list['list'];
$result["total"] = $list['total'];
$result["performance_total"] = $list['performance_total'];
$result["official_receipts_total"] = $list['official_receipts_total'];
$result["start_time"] = $start_day;
$result["end_time"] = $end_day;
......
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