【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -122,8 +122,7 @@ public class EnterpriseController { | ... | @@ -122,8 +122,7 @@ public class EnterpriseController { |
122 | @PostMapping("/check") | 122 | @PostMapping("/check") |
123 | @SystemLog(value = "前置校验") | 123 | @SystemLog(value = "前置校验") |
124 | @Operation(summary = "前置校验") | 124 | @Operation(summary = "前置校验") |
125 | public CommonRes<Boolean> check(@RequestBody ChangeCheckDTO dto) { | 125 | public CommonRes<Boolean> check(@RequestBody EnterpriseRQVO vo) { |
126 | EnterpriseRQVO vo = JSON.parseObject(dto.getJson(),EnterpriseRQVO.class); | ||
127 | Boolean result = enterpriseService.check(vo); | 126 | Boolean result = enterpriseService.check(vo); |
128 | return CommonRes.success(result); | 127 | return CommonRes.success(result); |
129 | } | 128 | } | ... | ... |
-
Please register or sign in to post a comment