From 0acb2803c97b338c07a03ad243d07bc9cae4e967 Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Mon, 15 Apr 2024 14:35:42 +0800 Subject: [PATCH] 123 --- ruoyi-cai/src/main/resources/mapper/cai/UserCallMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}