会员查询修改
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user