认证-参数项nio编号排序
This commit is contained in:
+2
-2
@@ -55,8 +55,8 @@ public class ParamsInfoEOController extends JeroController<ParamsInfoEO, IParams
|
||||
public Result<?> queryPageList(ParamsInfoEO paramsInfoEO,
|
||||
@RequestParam(name="pageNo", defaultValue="1") Integer pageNo,
|
||||
@RequestParam(name="pageSize", defaultValue="10") Integer pageSize,
|
||||
@RequestParam(name="orderByField") String orderByField,
|
||||
@RequestParam(name="orderBy") String orderBy,
|
||||
@RequestParam(name="orderByField", required = false) String orderByField,
|
||||
@RequestParam(name="orderBy", required = false) String orderBy,
|
||||
@RequestParam(name="cut") String cut,
|
||||
HttpServletRequest req) {
|
||||
LambdaQueryWrapper<ParamsInfoEO> queryWrapper = new LambdaQueryWrapper<>();
|
||||
|
||||
Reference in New Issue
Block a user