删除观测点水准线路字段

This commit is contained in:
lhx
2025-10-16 09:48:42 +08:00
parent 44ccca9262
commit 58cac033a8
3 changed files with 1 additions and 5 deletions

View File

@@ -87,8 +87,7 @@ class SectionDataService(BaseService[SectionData]):
"point_id": cp.point_id,
"aname": cp.aname,
"burial_date": cp.burial_date,
"section_id": cp.section_id,
"linecode": cp.linecode
"section_id": cp.section_id
} for cp in checkpoints
]
}