diff --git a/src/main/resources/mapper/TbProductGroupMapper.xml b/src/main/resources/mapper/TbProductGroupMapper.xml index 9645c43..ef0d20b 100644 --- a/src/main/resources/mapper/TbProductGroupMapper.xml +++ b/src/main/resources/mapper/TbProductGroupMapper.xml @@ -231,7 +231,7 @@ * FROM tb_product_group - where shop_id=#{shopId} and is_show_mall=1 + where shop_id=#{shopId} and is_show=1 and id = #{groupId}