From b16a841104dadadd81e139e24f7c4aa88ea8c22e Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 6 Sep 2023 11:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mybatis/mapper/auth/WarehouseBussinessTypeDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/mybatis/mapper/auth/WarehouseBussinessTypeDao.xml b/src/main/resources/mybatis/mapper/auth/WarehouseBussinessTypeDao.xml index a29cf9eb..bfc1b9dc 100644 --- a/src/main/resources/mybatis/mapper/auth/WarehouseBussinessTypeDao.xml +++ b/src/main/resources/mybatis/mapper/auth/WarehouseBussinessTypeDao.xml @@ -138,6 +138,7 @@ from auth_warehouse_bustype inner join basic_bussiness_type on auth_warehouse_bustype.action = basic_bussiness_type.action where code = #{code} + group by auth_warehouse_bustype.id