a3f6bbe0 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent e0475cd6
......@@ -122,8 +122,7 @@ public class EnterpriseController {
@PostMapping("/check")
@SystemLog(value = "前置校验")
@Operation(summary = "前置校验")
public CommonRes<Boolean> check(@RequestBody ChangeCheckDTO dto) {
EnterpriseRQVO vo = JSON.parseObject(dto.getJson(),EnterpriseRQVO.class);
public CommonRes<Boolean> check(@RequestBody EnterpriseRQVO vo) {
Boolean result = enterpriseService.check(vo);
return CommonRes.success(result);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!