diff --git a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml
index 9b671cedf..5055e3743 100644
--- a/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml
+++ b/yudao-module-mall/yudao-module-shop-biz/src/main/resources/mapper/recharge/RechargeOrderMapper.xml
@@ -252,7 +252,7 @@
and b.nickname like CONCAT('%',#{data.nickname},'%')
- and x.real_name like CONCAT('%',#{data.realName},'%')
+ and x.nickname like CONCAT('%',#{data.realName},'%')
and a.user_phone like CONCAT('%',#{data.userPhone},'%')