Merge branch 'master' of C:\Users\WIN10\Desktop\work\21th-week\law-risk-central

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Codex Agent 2025-12-25 19:59:34 +08:00
commit ea55825080
1 changed files with 52 additions and 52 deletions

View File

@ -1710,9 +1710,9 @@ def commit_permit_import_session(
details={
"filename": workbook_filename,
"sheets_processed": len(sheet_names),
"created_count": result["created_count"],
"overwritten_count": result["overwritten_count"],
"skipped_count": result["skipped_count"],
"created_count": len(result["created_permits"]),
"overwritten_count": len(result["overwritten_permits"]),
"skipped_count": len(result["skipped_permits"]),
"snapshot_count": result["snapshot_count"]
}
)