From aaad873de7e0e0eaedc1fa86f2e6160462ec692a Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 20 Nov 2025 14:36:04 +0800
Subject: [PATCH] 大宗开市时间

---
 trading-order-service/src/main/resources/mapper/UserMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/trading-order-service/src/main/resources/mapper/UserMapper.xml b/trading-order-service/src/main/resources/mapper/UserMapper.xml
index 5a125be..e6b6054 100644
--- a/trading-order-service/src/main/resources/mapper/UserMapper.xml
+++ b/trading-order-service/src/main/resources/mapper/UserMapper.xml
@@ -117,7 +117,7 @@
         </if>
 
         <if test="userName!=null and userName!=''">
-            and u.user_name=#{userName} or u.user_code=#{userName}
+            and (u.user_name=#{userName} or u.user_code=#{userName})
         </if>
 
         <if test="userMail!=null and userMail!=''">

--
Gitblit v1.9.3