zyy
2025-11-15 36e04e9e9cdcebd3305316c8d93d97d351d47f9d
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!=''">