商品是否展示字段修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user