From 2b6b7e5ddc741236459188d481b349a7105eb482 Mon Sep 17 00:00:00 2001
From: peternameyakj <908253177@qq.com>
Date: Thu, 13 Mar 2025 18:30:13 +0800
Subject: [PATCH] 总后台添加的代理,代理后台不显示问题

---
 src/main/resources/mapper/UserStockSubscribeMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/UserStockSubscribeMapper.xml b/src/main/resources/mapper/UserStockSubscribeMapper.xml
index edf5e0e..86f0b91 100644
--- a/src/main/resources/mapper/UserStockSubscribeMapper.xml
+++ b/src/main/resources/mapper/UserStockSubscribeMapper.xml
@@ -216,6 +216,12 @@
         <if test="agentId != null and agentId != ''">
             and agent_id = #{agentId}
         </if>
+        <if test="name != null and name != ''">
+            and new_name = #{name}
+        </if>
+        <if test="status != null and status != ''">
+            and status = #{status}
+        </if>
         order by id desc
     </select>
 

--
Gitblit v1.9.3