From 7e11a8421250cf58b024eb13ef18ef43b9423312 Mon Sep 17 00:00:00 2001 From: xingze <13153582609@163.com> Date: Mon, 15 Apr 2024 15:13:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E4=B8=BB=E6=8E=88=E6=9D=83=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoiceall/service/impl/AutonomousSqServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jianshui-invoice-all/src/main/java/com/jianshui/invoiceall/service/impl/AutonomousSqServiceImpl.java b/jianshui-invoice-all/src/main/java/com/jianshui/invoiceall/service/impl/AutonomousSqServiceImpl.java index e37fd69..9dd03df 100644 --- a/jianshui-invoice-all/src/main/java/com/jianshui/invoiceall/service/impl/AutonomousSqServiceImpl.java +++ b/jianshui-invoice-all/src/main/java/com/jianshui/invoiceall/service/impl/AutonomousSqServiceImpl.java @@ -369,6 +369,7 @@ public class AutonomousSqServiceImpl implements AutonomousSqService { QueryWrapper yhdjQueryWrapper = new QueryWrapper<>(); yhdjQueryWrapper.eq("nsrsbh", yhdj.getNsrsbh()); yhdjQueryWrapper.eq("identity", companyservice.getIdentity()); + yhdjQueryWrapper.eq("dlzh", yhdj.getDlzh()); InvoiceAllYhdj yhdjTemp = yhdjMapper.selectOne(yhdjQueryWrapper); // 日志信息 InvoiceAllApiLog invoiceAllApiLog = new InvoiceAllApiLog();