会员查询修改

This commit is contained in:
张松 2025-04-02 14:46:48 +08:00
parent 4dede52a7c
commit 0d11678148
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
AND a.amount >= #{amount} AND a.amount >= #{amount}
</if> </if>
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">
select count(1) select count(1)