zyy
2025-11-17 88005325b9c0f5d1e81477d20e572764c9fd5666
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!=''">