From e529d22acd88fae3ae7a8b8e01718135c453a5b8 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 20 Dec 2022 14:29:13 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4=E6=9F=A5=E8=AF=A2=E5=88=86?= =?UTF-8?q?=E5=BA=93=E5=88=97=E8=A1=A8sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/inventory/InvSubWarehouseDao.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-admin/src/main/resources/mybatis/mapper/inventory/InvSubWarehouseDao.xml b/api-admin/src/main/resources/mybatis/mapper/inventory/InvSubWarehouseDao.xml index 0417bf3e..b8e934a9 100644 --- a/api-admin/src/main/resources/mybatis/mapper/inventory/InvSubWarehouseDao.xml +++ b/api-admin/src/main/resources/mybatis/mapper/inventory/InvSubWarehouseDao.xml @@ -251,6 +251,9 @@ AND c.userId = #{userId} + + AND a.parentId = #{pcode} + \ No newline at end of file