认证-参数项nio编号排序

This commit is contained in:
liyawei
2022-04-29 13:31:51 +08:00
parent b0b0864d6e
commit 6af8fc4afa
@@ -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<>();