用户列表增加余额筛选
This commit is contained in:
@@ -73,6 +73,10 @@
|
||||
<if test="key != null and key != ''">
|
||||
and (a.nick_name like concat('%', #{key}, '%') or a.phone like concat('%', #{key}, '%'))
|
||||
</if>
|
||||
|
||||
<if test="amount != null">
|
||||
and a.amount >= #{amount}
|
||||
</if>
|
||||
GROUP BY a.id
|
||||
order by a.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user