xiaogang
2022-08-18 146bd184f86648f21603d7d6698cdbe0a2df7cff
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);
        }
    }
}