新版仿ok交易所-后端
zyy
2025-09-10 48a8b0d3502e01cb00d5a913b7be4a0ed2e12fc0
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">