oying-system/src/main/resources/mapper/rider/RiderOrderRecordMapper.xml
@@ -83,6 +83,9 @@ <if test="criteria.orderId != null"> and order_id = #{criteria.orderId} </if> <if test="criteria.phone != null"> and phone = #{criteria.phone} </if> <if test="criteria.orderNum != null"> and order_num = #{criteria.orderNum} </if>