feat: address QA feedback and limit Checko collection
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 25s
CI/CD Pipeline / Build and Push Images (push) Has been skipped
CI/CD Pipeline / Deploy Dev via Compose (push) Has been skipped
CI/CD Pipeline / Internal Notify (push) Successful in 0s

This commit is contained in:
2026-07-19 13:32:46 +02:00
parent 63f59b3799
commit 76aed1dca3
17 changed files with 730 additions and 41 deletions

View File

@@ -614,7 +614,6 @@ class StateCorpExchangeService:
ParserLoadLog.Source.PROCUREMENTS,
ParserLoadLog.Source.PROCUREMENTS_44FZ,
ParserLoadLog.Source.PROCUREMENTS_223FZ,
ParserLoadLog.Source.CONTRACTS,
],
):
item = cls._serialize_generic_public_procurement(record)
@@ -676,8 +675,6 @@ class StateCorpExchangeService:
return "44-ФЗ"
if source == ParserLoadLog.Source.PROCUREMENTS_223FZ:
return "223-ФЗ"
if source == ParserLoadLog.Source.CONTRACTS:
return "contract"
return ""
@classmethod