From a14a6140bf0c958b7cf7e2edfe653d161ce66d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com> Date: Wed, 26 Jul 2023 10:06:53 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=20=E5=BA=93=E5=AD=98=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E5=86=8C/=E5=A4=87=E6=A1=88=E5=8F=B7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/glxp/api/res/inout/IoOrderDetailBizResponse.java | 2 ++ src/main/resources/mybatis/mapper/inout/IoOrderDetailBizDao.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/res/inout/IoOrderDetailBizResponse.java b/src/main/java/com/glxp/api/res/inout/IoOrderDetailBizResponse.java index 8f79efd2a..ce6e4d1a2 100644 --- a/src/main/java/com/glxp/api/res/inout/IoOrderDetailBizResponse.java +++ b/src/main/java/com/glxp/api/res/inout/IoOrderDetailBizResponse.java @@ -171,6 +171,8 @@ public class IoOrderDetailBizResponse { private String checkColdFileName; + private String zczbhhzbapzbh; + diff --git a/src/main/resources/mybatis/mapper/inout/IoOrderDetailBizDao.xml b/src/main/resources/mybatis/mapper/inout/IoOrderDetailBizDao.xml index cca30507f..d9a9b9f94 100644 --- a/src/main/resources/mybatis/mapper/inout/IoOrderDetailBizDao.xml +++ b/src/main/resources/mybatis/mapper/inout/IoOrderDetailBizDao.xml @@ -2,7 +2,7 @@ diff --git a/src/main/resources/mybatis/mapper/purchase/SupCertRemindMsgDao.xml b/src/main/resources/mybatis/mapper/purchase/SupCertRemindMsgDao.xml index 24f357afc..aa78abd52 100644 --- a/src/main/resources/mybatis/mapper/purchase/SupCertRemindMsgDao.xml +++ b/src/main/resources/mybatis/mapper/purchase/SupCertRemindMsgDao.xml @@ -4,7 +4,7 @@ select m.*, c.companyName `name`, - (select `name` from sup_cert s where s.code = m.code and s.manufacturerIdFk = m.idFk) certName + (select `name` from sup_cert s where s.code = m.code and s.manufacturerIdFk = m.idFk limit 1) certName from sup_cert_remind_msg m - left join sup_manufacturer c on m.idFk = c.customerId + left join sup_manufacturer c on m.idFk = c.manufacturerId AND c.companyName like concat('%', #{name}, '%') @@ -69,4 +69,4 @@ order by m.updateTime desc - \ No newline at end of file + From 0a1f3ab488db40ea7e89795871c88bbc73f5dd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Fri, 11 Aug 2023 14:17:00 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=20=E6=96=B0=E5=A2=9E=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E9=A2=86=E7=94=A8=E2=80=98=E6=89=8B=E5=8A=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E2=80=99=E7=AA=97=E5=8F=A3=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E4=B8=8D=E4=BC=9A=E6=98=BE=E7=A4=BA=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/inv/invProductDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mybatis/mapper/inv/invProductDao.xml b/src/main/resources/mybatis/mapper/inv/invProductDao.xml index dc8a6f763..f8a0071a7 100644 --- a/src/main/resources/mybatis/mapper/inv/invProductDao.xml +++ b/src/main/resources/mybatis/mapper/inv/invProductDao.xml @@ -148,13 +148,14 @@