超声修改

This commit is contained in:
Flow 2025-04-26 15:30:54 +08:00
parent f45edf78f2
commit 26c989ab17

View File

@ -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 {