Your Name
2023-03-15 cab3425bb92d01f3494eb25c1f299038dc634c65
service-user/src/main/java/com/java110/user/cmd/owner/ObtainOwnerAge.java
@@ -71,11 +71,6 @@
            ownerDto.setAge(String.valueOf(age));
            ResponseEntity<String> responseEntity = new ResponseEntity<String>(JSONObject.toJSONString(ownerDto), HttpStatus.OK);
            cmdDataFlowContext.setResponseEntity(responseEntity);
        } else {
            msg = "业主身份证号码不匹配!";
            ownerDto.setMsg(msg);
            ResponseEntity<String> responseEntity = new ResponseEntity<String>(JSONObject.toJSONString(ownerDto), HttpStatus.OK);
            cmdDataFlowContext.setResponseEntity(responseEntity);
        }
    }
}