1
0

fix: 启动参数 duration 候选值对齐后端标准格式

前端 Select 使用 Go time.Duration.String() 标准字符串作为 value,
与后端查询/保存响应保持一致,解决保存后反显不匹配的问题。
This commit is contained in:
2026-05-08 14:18:09 +08:00
parent 6b00045f4e
commit c524e8f928
9 changed files with 197 additions and 16 deletions

View File

@@ -364,7 +364,7 @@ database:
# dbname: nex
max_idle_conns: 10
max_open_conns: 100
conn_max_lifetime: 1h
conn_max_lifetime: 1h0m0s
log:
level: info