From b1b91af660178dba7f68aaa6bf95396a69e7cea0 Mon Sep 17 00:00:00 2001 From: qiuyt Date: Mon, 18 Nov 2024 19:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E5=A6=82=E6=9E=9C=E6=B2=A1=E6=9F=A5=E5=88=B0=E7=A0=81=E5=85=B3?= =?UTF-8?q?=E8=81=94=E5=85=B3=E7=B3=BB=E6=95=B0=E6=8D=AE=E5=8E=BB=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E9=98=BF=E9=87=8C=E6=8E=A5=E5=8F=A3=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=8F=92=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/api/service/collect/RelCodeBatchService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java b/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java index ae2616e1..6c7bcf0a 100644 --- a/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java +++ b/src/main/java/com/glxp/api/service/collect/RelCodeBatchService.java @@ -375,7 +375,7 @@ public class RelCodeBatchService extends ServiceImpl navList = this.list(new LambdaQueryWrapper() - .eq(RelCodeBatch::getParentCode, parentCode)); + .eq(RelCodeBatch::getCurCode, parentCode)); // codeTempEntity.getSupId() //todo if(navList)是空的 1.查供应商key;2:根据parentCode查阿里接口;3:根据返回结果,再次查询 if(navList == null || navList.size() == 0 ){ @@ -383,7 +383,7 @@ public class RelCodeBatchService extends ServiceImpl() - .eq(RelCodeBatch::getParentCode, parentCode)); + .eq(RelCodeBatch::getCurCode, parentCode)); }else { log.error(baseResponse.getMessage()); }