更新预算归档功能,添加归档总结和更新归档总结接口,优化预算统计逻辑,调整相关样式
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 34s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 34s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -116,6 +116,8 @@ var fsql = new FreeSqlBuilder()
|
||||
)
|
||||
.Build();
|
||||
|
||||
fsql.UseJsonMap();
|
||||
|
||||
builder.Services.AddSingleton(fsql);
|
||||
|
||||
// 自动扫描注册服务和仓储
|
||||
|
||||
Reference in New Issue
Block a user