| | |
| | | */ |
| | | @GetMapping("/gridCodeFixedValue") |
| | | @ApiOperationSupport(order = 1) |
| | | @ApiOperation(value = "分页 码段基础信息列表", notes = "CodeFixedValueVO") |
| | | @ApiOperation(value = "固定码段的码值列表", notes = "CodeFixedValueVO") |
| | | public R<IPage<CodeFixedValueVO>> gridCodeFixedValue(CodeFixedValueVO codeFixedValueVO, Query query){ |
| | | return R.data(codeFixedValueService.gridCodeFixedValue(codeFixedValueVO, Condition.getPage(query.setAscs("ordernum")))); |
| | | return R.data(codeFixedValueService.gridCodeFixedValue(codeFixedValueVO, Condition.getPage(query.setAscs("orderNum")))); |
| | | } |
| | | |
| | | /** |