分组
This commit is contained in:
@@ -244,6 +244,7 @@
|
||||
FROM
|
||||
tb_product_group
|
||||
where shop_id=#{shopId} and is_show=1
|
||||
and product_ids != '[]'
|
||||
<if test="groupId != null and groupId != ''">
|
||||
and id = #{groupId}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user