20250611 更新
This commit is contained in:
@@ -90,6 +90,7 @@ public class PushDataToLabsCareServiceImpl implements PushDataToLabsCareService
|
||||
// 查询检验鉴定推送失败的委托
|
||||
List<Entrustment> entrustList = entrustService.list(
|
||||
Wrappers.<Entrustment>lambdaQuery()
|
||||
.eq(Entrustment::getBusinessType, BusinessType.NPS_CASE.getBusinessType()) // 只有常规毒品的才需要处理
|
||||
.and(wrapper -> wrapper
|
||||
.eq(Entrustment::getPushFlag, "")
|
||||
.or()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user