fix: 修复docker volume映射路径与配置不一致导致上传文件无法持久化的问题
This commit is contained in:
@@ -30,7 +30,7 @@ func (t *LocalTime) UnmarshalJSON(data []byte) error {
|
||||
}
|
||||
// 去掉引号
|
||||
s = s[1 : len(s)-1]
|
||||
|
||||
|
||||
// 尝试多种格式解析
|
||||
formats := []string{
|
||||
"2006-01-02 15:04:05",
|
||||
|
||||
Reference in New Issue
Block a user