a3f6bbe0 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent e0475cd6
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!