xin
2025-08-25 dc3a923dcf09ba9ae0e46fa0916ac70d258d7b70
oying-system/src/main/resources/mapper/rider/RiderOrderRecordMapper.xml
@@ -83,7 +83,10 @@
            <if test="criteria.orderId != null">
                and order_id = #{criteria.orderId}
            </if>
            <if test="criteria.orderNum != null">
            <if test="criteria.phone != null">
                and phone = #{criteria.phone}
            </if>
             <if test="criteria.orderNum != null">
                and order_num = #{criteria.orderNum}
            </if>
            <if test="criteria.merchantId != null">