|
@@ -44,7 +44,7 @@ public class ParamconfigController {
|
|
|
@GetMapping("/page")
|
|
|
@ApiOperation(value = "分页查询")
|
|
|
public ResultRespone getParamconfigPage(Page page, @ModelAttribute Paramconfig paramconfig) {
|
|
|
- return ResultRespone.success(paramconfigService.page(page, Wrappers.query(paramconfig).orderByAsc("id")));
|
|
|
+ return ResultRespone.success(paramconfigService.page(page, Wrappers.query(paramconfig)));
|
|
|
}
|
|
|
|
|
|
|