更新根据订单金额查询用户

This commit is contained in:
panshuling321 2022-03-28 14:29:35 +08:00
parent e0b2dcca81
commit a9e3149d8e

View File

@ -361,7 +361,7 @@
and us.number >= #{frequency}
</if>
<if test="amount !=null">
and us.amount &gt;= #{amount}
and us.totalPrice &gt;= #{amount}
</if>
<if test="tenantId !=null and tenantId !=''">
and xaus.tenant_id =#{tenantId}