From 388d09c9cf5af5a2d16d148f3e2fe51d4bb49a39 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 19 Jul 2022 16:21:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E9=A2=84=E9=AA=8C=E6=94=B6?= =?UTF-8?q?=E5=BA=93=E4=BA=A7=E5=93=81=E4=BF=A1=E6=81=AF=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=E7=A9=BA=E6=97=B6=E7=9A=84=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mybatis/mapper/inventory/InvPreInProductDao.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api-admin/src/main/resources/mybatis/mapper/inventory/InvPreInProductDao.xml b/api-admin/src/main/resources/mybatis/mapper/inventory/InvPreInProductDao.xml index d6b3eed..1116b4d 100644 --- a/api-admin/src/main/resources/mybatis/mapper/inventory/InvPreInProductDao.xml +++ b/api-admin/src/main/resources/mybatis/mapper/inventory/InvPreInProductDao.xml @@ -84,9 +84,12 @@ AND supId is NULL - + AND batchNo = #{batchNo} + + AND batchNo is NULL + AND batchNo is NULL