新增业务接收数据接口
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -28,7 +28,7 @@ public class SysDictController { | ... | @@ -28,7 +28,7 @@ public class SysDictController { |
28 | SysDictService sysDictService; | 28 | SysDictService sysDictService; |
29 | 29 | ||
30 | 30 | ||
31 | @ApiOperation("根据复机编码查询子集编码和名称") | 31 | @ApiOperation("根据父级编码查询子集编码和名称") |
32 | @GetMapping ("getSysDictChildByParentCode") | 32 | @GetMapping ("getSysDictChildByParentCode") |
33 | public Result getSysDictChildByParentCode(@ApiParam("父级编码") @RequestParam String dcode) { | 33 | public Result getSysDictChildByParentCode(@ApiParam("父级编码") @RequestParam String dcode) { |
34 | return sysDictService.getSysDictChildByParentCode(dcode); | 34 | return sysDictService.getSysDictChildByParentCode(dcode); | ... | ... |
-
Please register or sign in to post a comment