From 0e37db9add28cfbe3c308f40e5d5b8414e369c3a Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期二, 12 三月 2024 14:26:29 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml index e919571..ac4dcec 100644 --- a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml +++ b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml @@ -34,7 +34,7 @@ and pid is null </if> </where> - Group by node_type + Group by product_type </select> <select id="getProductList" resultType="com.zt.life.modules.mainPart.basicInfo.model.XhProductModel"> select a.name, a.id -- Gitblit v1.9.1