1
zyy
2025-12-12 0f900ede938b2dda75a09451e12f37f9facefc08
trading-order-service/src/main/resources/mapper/dz/StockDzMapper.xml
@@ -87,6 +87,12 @@
        <if test="stockType != null and stockType != '' ">
            AND s.stock_type = #{stockType}
        </if>
        <if test="userName != null and userName != '' ">
            AND (
            u.user_name LIKE CONCAT('%', #{userName}, '%')
            OR u.user_code LIKE CONCAT('%', #{userName}, '%')
            )
        </if>
        <if test="checkedList!=null">
            and u.user_id in
            <foreach collection="checkedList" separator="," index="index" open="(" close=")" item="r">