From fe8f0957b68e38fc8c8bbffb795c2a0c71f57a7d Mon Sep 17 00:00:00 2001 From: chen <2710907404@qq.com> Date: Wed, 11 Jun 2025 16:18:18 +0800 Subject: [PATCH] =?UTF-8?q?20250611=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/PushDataToLabsCareServiceImpl.java | 1 + src/main/resources/bootstrap.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java b/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java index dad1459..ab35b74 100644 --- a/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java +++ b/src/main/java/digital/laboratory/platform/identifybook/service/impl/PushDataToLabsCareServiceImpl.java @@ -90,6 +90,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService // 查询检验鉴定推送失败的委托 List entrustList = entrustService.list( Wrappers.lambdaQuery() + .eq(Entrustment::getBusinessType, BusinessType.NPS_CASE.getBusinessType()) // 只有常规毒品的才需要处理 .and(wrapper -> wrapper .eq(Entrustment::getPushFlag, "") .or() diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index a4e7a01..43c4ecb 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -61,7 +61,7 @@ config: gyjd: labscare: api: - host: http://lc2203.cdn.labscare.com + host: http://83.3.9.45 entrust-letter: /thirdparty/report-generate/jianDingWeiTuoShuReport/v1 confirm-letter: /thirdparty/report-generate/jianDingShiXiangQueRenShuReport/v1 biology-qualitative-record: /thirdparty/report-generate/shenWuJianCaiDingXingJiLuReport/v1