shop_user查询多个的问题
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<if test="amount != null">
|
||||
AND a.amount >= #{amount}
|
||||
</if>
|
||||
|
||||
group by a.id
|
||||
ORDER BY a.create_time DESC
|
||||
</select>
|
||||
<select id="selectVipCard_COUNT" resultType="java.lang.Long">
|
||||
|
||||
Reference in New Issue
Block a user