Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
荆蔚杰
/
java.archive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3471c4a3
authored
2021-11-11 15:41:55 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新增业务接收数据接口
1 parent
e89a8401
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/pashanhoo/dictionary/controller/SysDictController.java
src/main/java/com/pashanhoo/dictionary/controller/SysDictController.java
View file @
3471c4a
...
...
@@ -28,7 +28,7 @@ public class SysDictController {
SysDictService
sysDictService
;
@ApiOperation
(
"根据
复机
编码查询子集编码和名称"
)
@ApiOperation
(
"根据
父级
编码查询子集编码和名称"
)
@GetMapping
(
"getSysDictChildByParentCode"
)
public
Result
getSysDictChildByParentCode
(
@ApiParam
(
"父级编码"
)
@RequestParam
String
dcode
)
{
return
sysDictService
.
getSysDictChildByParentCode
(
dcode
);
...
...
Please
register
or
sign in
to post a comment