商品是否展示字段修改

This commit is contained in:
2024-10-14 16:04:49 +08:00
parent 2a20b4b0d6
commit b18d98b823

View File

@@ -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
<if test="groupId != null and groupId != ''">
and id = #{groupId}
</if>