From 4984ad1b4a21d72a3f48d1cab8d16e49b85fa920 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期三, 15 一月 2025 14:39:12 +0800
Subject: [PATCH] 修改

---
 ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml b/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml
index 9c925bc..944e074 100644
--- a/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml
+++ b/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/AgentApplicationMapper.xml
@@ -39,7 +39,7 @@
                 and t2.phone like concat('%',#{agentQuery.phone},'%')
             </if>
             <if test="agentQuery.vipId !=null">
-                and t1.application_vip_id = #{agentQuery.vipId}
+                and t2.vip_id = #{agentQuery.vipId}
             </if>
             <if test="agentQuery.status !=null">
                 and t1.status = #{agentQuery.status}

--
Gitblit v1.7.1