新版仿ok交易所-后端
peter
2025-09-22 0656c34b8bd01c2f5b88b44a632fc52d11c937fd
trading-order-service/src/main/resources/mapper/UserMapper.xml
@@ -45,12 +45,11 @@
            #{r}
        </foreach>
        <if test="userCode!=null and userCode!=''">
            and u.user_code=#{userCode}
        </if>
<!--        <if test="userCode!=null and userCode!=''">-->
<!--            and u.user_code=#{userCode}-->
<!--        </if>-->
        <if test="userName!=null and userName!=''">
            and u.user_name=#{userName}
            and u.user_name=#{userName} or  u.user_code=#{userName}
        </if>
        <if test="checkedList!=null">