Commit 89af9cf8 authored by hujun's avatar hujun

1

parent 7ce2743e
......@@ -84,7 +84,6 @@ class DailyPaperService
//todo 直接返回数据,没提交的没有财务审核无需向后走
//todo 统计各金额
$result["total_info"] = $this->getTotal($store_id, $daily_data);
$result['is_check'] = $this->isCheck($daily_info[0]["id"]);
return ["code" => 200, "data" => $result];
}
break;
......
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