xin
2025-09-12 54e2adf7f701d99fcc83efcc18abbe8af93079ae
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">