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"> <if test="amount != null">
AND a.amount >= #{amount} AND a.amount >= #{amount}
</if> </if>
group by a.id
ORDER BY a.create_time DESC ORDER BY a.create_time DESC
</select> </select>
<select id="selectVipCard_COUNT" resultType="java.lang.Long"> <select id="selectVipCard_COUNT" resultType="java.lang.Long">