修复可能产生数据库锁死的事务错误

修复菜单参数无法修改的错误
This commit is contained in:
pixel
2020-11-11 10:59:46 +08:00
parent 68677e1b5b
commit bf6f469dad
4 changed files with 17 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ func GetServerInfo(c *gin.Context) {
global.GVA_LOG.Error("获取失败!", zap.Any("err", err))
response.FailWithMessage("获取失败", c)
return
}else {
} else {
response.OkWithDetailed(gin.H{"server": server}, "获取成功", c)
}