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