shop_user查询多个的问题

This commit is contained in:
2026-01-05 09:37:45 +08:00
parent acf04b8534
commit 0b02f66fb5

View File

@@ -98,7 +98,7 @@
<if test="amount != null">
AND a.amount >= #{amount}
</if>
group by a.id
ORDER BY a.create_time DESC
</select>
<select id="selectVipCard_COUNT" resultType="java.lang.Long">