商品是否展示字段修改

This commit is contained in:
2024-10-14 16:03:02 +08:00
parent 6abcd3cdf8
commit 3e45dd8068

View File

@@ -231,7 +231,7 @@
* *
FROM FROM
tb_product_group tb_product_group
where shop_id=#{shopId} and is_show=1 where shop_id=#{shopId} and is_show_mall=1
<if test="groupId != null and groupId != ''"> <if test="groupId != null and groupId != ''">
and id = #{groupId} and id = #{groupId}
</if> </if>