diff --git a/ruoyi-cai/src/main/resources/mapper/cai/UserCallMapper.xml b/ruoyi-cai/src/main/resources/mapper/cai/UserCallMapper.xml
index 4a030c36..1ce73c75 100644
--- a/ruoyi-cai/src/main/resources/mapper/cai/UserCallMapper.xml
+++ b/ruoyi-cai/src/main/resources/mapper/cai/UserCallMapper.xml
@@ -19,10 +19,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t2.mobile = #{bo.fromMobile}
- and t1.to_usercode = #{bo.fromUsercode}
+ and t1.to_usercode = #{bo.toUsercode}
- and t3.mobile = #{bo.fromMobile}
+ and t3.mobile = #{bo.toMobile}
and t1.id = #{bo.id}