shop_user查询多个的问题
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user