Commit 706ae5bd authored by hujun's avatar hujun

取消注释

parent 84af1371
...@@ -3066,7 +3066,7 @@ class Finance extends Basic ...@@ -3066,7 +3066,7 @@ class Finance extends Basic
*/ */
public function dailyList() { public function dailyList() {
if (!$this->request->isAjax()) { if (!$this->request->isAjax()) {
// return view('daily_list'); return view('daily_list');
} }
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo']; $pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
......
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