knowledge(M01): 관급 가까운줄 검증 반영 — 접속티 4줄 null · 제조사 표기 6줄 바로잡음 · 소형고압블록 50줄 대조 (일감 21)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V1MKKZKpUHTPKb513FneU8
This commit is contained in:
2026-09-21 23:52:36 +09:00
co-authored by Claude Sonnet 5
parent c416961588
commit 82391b7f5b
3 changed files with 59 additions and 10 deletions
@@ -317,6 +317,11 @@ def joint(row: dict, raw: dict, old, pick):
coat = re.search(r"(양면|내면|단면)피복", spec)
if not (kind and dia and coat):
return None, "규격 종류 · 지름 · 피복을 못 읽음"
if kind.group(1) == "접속티":
return (
None,
"조달청에 거양 PE 접속티가 없고 다른 회사 줄과는 값이 어긋나 같은 물건을 못 가림",
)
got = [
r
for f in ("MASCntrct_파형강관이음관", "ThptyUcntrct_파형강관이음관", "MASCntrct_파형강관")