Commit 29310e46 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 085bf338
......@@ -46,7 +46,7 @@ abstract class BaseRepository extends BaseRepositoryEloquent
if($total == 0){
$pageData['total_page'] = 1;
}
$pageData['page_no'] = $request['page_no'];
$pageData['page_no'] = !isset($request['page_no']) || empty($request['page_no']) ? 1 : $request['page_no'];
return $pageData;
}
......
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