fix: tidb parse time

This commit is contained in:
engigu
2025-04-28 19:14:46 +08:00
parent 21d21481a7
commit 04867c24fe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func InitAuthTableData() {
err = models.AddOneSetting(models.Settings{Section: initSection, Key: initAuthKey, Value: "1"})
if err != nil {
logrus.Error(fmt.Sprintf("标记admin账号初始化状态失败!"))
logrus.Error(fmt.Sprintf("标记admin账号初始化状态失败!err: %s", err.Error()))
return
}
}