feat: complete SOP execution workflow

This commit is contained in:
Eric 1549169735@qq.com
2026-08-09 00:29:26 +08:00
parent e32025d2ca
commit c5ab886b70
63 changed files with 1229 additions and 215 deletions

View File

@@ -42,6 +42,8 @@ func main() {
os.Exit(1)
}
defer log.Sync()
undoGlobalLogger := zap.ReplaceGlobals(log.Named("business"))
defer undoGlobalLogger()
db, err := database.Open(cfg.Database, log)
if err != nil {