From 8192b19402c145add7aaa47a89d0ec4b1843f3cd Mon Sep 17 00:00:00 2001 From: liuzhaotian Date: Tue, 3 Sep 2024 16:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/machine/MachineBrandMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/machine/MachineBrandMapper.xml b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/machine/MachineBrandMapper.xml index 400ef536f..f4a9e6b2e 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/mapper/machine/MachineBrandMapper.xml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/mapper/machine/MachineBrandMapper.xml @@ -35,6 +35,15 @@ where smt.deleted = false and smb.machine_type = #{type} + + + + + + + + +