From cf2b3ab43e2955d3bbf11b1aecec8161cd8210fa Mon Sep 17 00:00:00 2001 From: chen <2710907404@qq.com> Date: Thu, 3 Apr 2025 11:35:55 +0800 Subject: [PATCH] =?UTF-8?q?20250403=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspection/service/impl/PushDataToLabsCareServiceImpl.java | 2 +- .../platform/inspection/service/impl/TestAtlasServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 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 ee4b87b..5304b81 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 @@ -387,7 +387,7 @@ 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) -> { diff --git a/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestAtlasServiceImpl.java b/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestAtlasServiceImpl.java index 050b193..371aa55 100644 --- a/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestAtlasServiceImpl.java +++ b/dlp-drugtesting-biz/src/main/java/digital/laboratory/platform/inspection/service/impl/TestAtlasServiceImpl.java @@ -53,7 +53,7 @@ public class TestAtlasServiceImpl implements TestAtlasService { * @return */ @Override - public R uploadTestAtlas(String testId, MultipartFile file) throws Exception { + public R uploadTestAtlas(String testId, MultipartFile file) { TestRecord testRecord = testRecordService.getById(testId); if (testRecord == null) { throw new RuntimeException(String.format("实验id为 %s 的数据在系统中不存在!", testId));