Commit bdd9f856 authored by hujun's avatar hujun

取消注释

parent 9ccadec5
......@@ -690,9 +690,9 @@ class Finance extends Basic
*/
public function partialCommissionList()
{
// if (!$this->request->isAjax()) {
// return view('commission');
// }
if (!$this->request->isAjax()) {
return view('commission');
}
$pageNo = empty($this->params['pageNo']) ? 1 : $this->params['pageNo'];
$pageSize = empty($this->params['pageSize']) ? 15 : $this->params['pageSize'];
......
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