From 090e1c470976e93fa0a8696ca171bca6be78800e Mon Sep 17 00:00:00 2001 From: chen <2710907404@qq.com> Date: Thu, 3 Apr 2025 11:41:52 +0800 Subject: [PATCH] =?UTF-8?q?20250403=20=E6=9B=B4=E6=96=B0=201.=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E6=99=AE=E9=80=9A=E6=A3=80=E6=9D=90=E5=AE=9A=E6=80=A7?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=20=E9=9D=9E=E7=BA=A2=E5=A4=96=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspection/service/impl/PushDataToLabsCareServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/PushDataToLabsCareServiceImpl.java b/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/PushDataToLabsCareServiceImpl.java index 5304b81..d797e64 100644 --- a/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/PushDataToLabsCareServiceImpl.java +++ b/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/PushDataToLabsCareServiceImpl.java @@ -161,7 +161,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService String successFlag = NON_INFRARED_GENERAL_QUALITATIVE_RECORD + ":true"; String failureFlag = NON_INFRARED_GENERAL_QUALITATIVE_RECORD + ":false"; try { - ResponseEntity response = exchangeRemoteApi(recordJsonPayload, apiPathProperties.getBiologyQualitativeRecord()); + ResponseEntity response = exchangeRemoteApi(recordJsonPayload, apiPathProperties.getNonInfraredGeneralQualitativeRecord()); if (response.getStatusCode().is2xxSuccessful() && response.getBody().contains("\"status\":200")) { updatePushFlag(entrustInfo, NON_INFRARED_GENERAL_QUALITATIVE_RECORD, successFlag); @@ -387,7 +387,6 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService jsonObject.set("sprqm", testUser.getName()); // 检测人2 jsonObject.set("tpfj", NULL_PLACEHOLDER); // 图谱 jsonObject.set("wtdw", entrustInfo.getEntrustDepartment()); - jsonObject.set("swmbw", stdStr); // 生物检测目标物 // 普通检材定性记录 非红外样品信息 List sampleJsonList = new ArrayList<>(); testDataGroupBySampleNO.forEach((sampleNo, testDataList) -> {