Commit 797efb45 authored by zw's avatar zw

bug

parent ea2459d6
......@@ -60,6 +60,8 @@ class DailyPaperService
$agent_info = $agent_info[0];
//获取日报详情
$daily_info = $this->getDailyInfo($agent_id, $daily_data);
//todo 获取各个list
$result["list"] = $this->getPayLogList($store_id, $daily_data);
$result["is_commit"] = 1;
switch ($is_store) {
......@@ -92,8 +94,7 @@ class DailyPaperService
if (count($checkList) > 0) {
$result["check_list"] = $checkList;
}
//todo 获取各个list
$result["list"] = $this->getPayLogList($store_id, $daily_data);
//todo 统计各金额
$result["total_info"] = $this->getTotal($store_id, $daily_data);
......
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