fix(parsers): align vacancy sources and procurement counters
This commit is contained in:
@@ -19,6 +19,7 @@ from zipfile import ZIP_DEFLATED, ZipFile
|
||||
|
||||
import requests
|
||||
from apps.parsers.models import (
|
||||
VACANCY_RECORD_SOURCES,
|
||||
GenericParserRecord,
|
||||
IndustrialProductRecord,
|
||||
InspectionRecord,
|
||||
@@ -583,7 +584,7 @@ class StateCorpExchangeService:
|
||||
items: list[dict[str, str | None]] = []
|
||||
for record in cls._generic_records(
|
||||
allowed_inns,
|
||||
sources=[ParserLoadLog.Source.TRUDVSEM],
|
||||
sources=list(VACANCY_RECORD_SOURCES),
|
||||
):
|
||||
payload = cls._record_payload(record)
|
||||
published_at = cls._coerce_date(
|
||||
|
||||
Reference in New Issue
Block a user