会员查询修改
This commit is contained in:
parent
4dede52a7c
commit
0d11678148
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue