diff --git a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcUserMapper.xml b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcUserMapper.xml
index 88c5d8ef..f4951e26 100644
--- a/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcUserMapper.xml
+++ b/xhpc-modules/xhpc-user/src/main/resources/mapper/XhpcUserMapper.xml
@@ -361,7 +361,7 @@
and us.number >= #{frequency}
- and us.amount >= #{amount}
+ and us.totalPrice >= #{amount}
and xaus.tenant_id =#{tenantId}