xin
2025-08-19 d6d06b62f76cb972bb220035401520e100cb1a35
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">