From 0ae6a244e8f0bd8dcc774530757f4056fbc7c493 Mon Sep 17 00:00:00 2001 From: donqi Date: Tue, 2 Aug 2022 13:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=B1=BB=E7=9B=AE=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/goods/DeptGoodsCategoryMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml b/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml index 172f5c3b..bf0c2a57 100644 --- a/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml +++ b/ghy-goods/src/main/resources/mapper/goods/DeptGoodsCategoryMapper.xml @@ -52,6 +52,9 @@ and gc.parent_category_id = #{goodsCategoryId} + + and gc.type = #{type} +