日志记录不全
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m48s

This commit is contained in:
2026-04-27 15:32:17 +08:00
parent c3ae7fcfbc
commit bb33232b1b
7 changed files with 325 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ type workerServices struct {
}
func initWorkerServices(stores *queue.WorkerStores, deps *WorkerDependencies) *queue.WorkerServices {
assetAudit := assetAuditSvc.NewService(stores.AssetOperationLog)
assetAudit := assetAuditSvc.NewService(stores.AssetOperationLog, deps.DB)
commissionStatsService := commission_stats.New(stores.ShopSeriesCommissionStats)
commissionCalculationService := commission_calculation.New(