From e50247550021d8c13711edfe44b55a4329498460 Mon Sep 17 00:00:00 2001 From: shenzhouyu Date: Wed, 16 Sep 2026 11:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0subsite=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E6=97=A0=E8=AE=A2=E5=8D=95=E4=BF=AE=E6=94=B9=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/factory/PartAttributeMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/factory/PartAttributeMapper.xml b/src/main/resources/mapper/factory/PartAttributeMapper.xml index 90952961..76bd6b55 100644 --- a/src/main/resources/mapper/factory/PartAttributeMapper.xml +++ b/src/main/resources/mapper/factory/PartAttributeMapper.xml @@ -81,6 +81,9 @@ pallet_type FROM part_attribute + + and site = #{queryDto.site} + and part_no like concat('%', #{queryDto.componentPartNo}, '%')