@Query(value="select * from transaction_receipt_record where import_status = ?1 and export_status !=2 ",nativeQuery=true)
@Query(value="select * from transaction_receipt_record where order_no = ?1 and user_id =?2 and user_name =?3 and import_status != 2 and export_status = 0 ",nativeQuery=true)