feat: 档口入库码后台批量回写 (#246)

This commit is contained in:
chengma
2026-08-15 17:08:17 +08:00
parent 6b30594f4c
commit f8f22a15c7
21 changed files with 708 additions and 134 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ func main() {
log.Fatalf("恢复中断的档口入库码回写失败: %v", err)
}
if innerCodeInterrupted > 0 {
log.Printf("已把 %d 条上次进程遗留的档口入库码回写标记为需核对", innerCodeInterrupted)
log.Printf("已安全收敛 %d 条上次进程遗留的档口入库码后台记录", innerCodeInterrupted)
}
log.Printf("数据库已就绪")