更新根据订单金额查询用户
This commit is contained in:
parent
e0b2dcca81
commit
a9e3149d8e
@ -361,7 +361,7 @@
|
||||
and us.number >= #{frequency}
|
||||
</if>
|
||||
<if test="amount !=null">
|
||||
and us.amount >= #{amount}
|
||||
and us.totalPrice >= #{amount}
|
||||
</if>
|
||||
<if test="tenantId !=null and tenantId !=''">
|
||||
and xaus.tenant_id =#{tenantId}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user