Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
Tankaikai
2024-10-14 16:12:10 +08:00

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>