比例体系修改

master
zhengyongxing 4 years ago
parent 8749beec32
commit 9c2c771be9

@ -199,7 +199,7 @@ class CompanySystemRatioController extends AdminController
$size = $row;//每页显示的记录数
$data = array_slice($data, ($params['p'] - 1) * $size, $size);
$data = array_slice($data, (($params['p']??1) - 1) * $size, $size);
// dump($data);die();

Loading…
Cancel
Save