修改
This commit is contained in:
@@ -371,6 +371,11 @@
|
||||
<if test="phone != null and phone !='' ">
|
||||
and telephone like concat("%",#{phone},"%")
|
||||
</if>
|
||||
|
||||
<if test="isFlag != null and isFlag ='1' ">
|
||||
and amount > 0
|
||||
</if>
|
||||
|
||||
order by id desc
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user