fix: 启动参数 duration 候选值对齐后端标准格式
前端 Select 使用 Go time.Duration.String() 标准字符串作为 value, 与后端查询/保存响应保持一致,解决保存后反显不匹配的问题。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user