超声修改
This commit is contained in:
parent
f45edf78f2
commit
26c989ab17
@ -990,6 +990,7 @@ public class InspectPatientController {
|
||||
String url = config.getValue();
|
||||
String response = HttpUtils.get(url + "?" + "examid=" + medicalSn + "&" + "orgSN=" + "1001");
|
||||
if (response != null) {
|
||||
|
||||
// 解析 JSON 响应
|
||||
ObjectMapper objectMapper = new ObjectMapper();
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user