Fix live power calculation [2/3]

Incomplete and need to be refactored.

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-20 22:15:35 +08:00
parent efebed3a2f
commit 0b3b0d987f
2 changed files with 36 additions and 15 deletions
+2 -2
View File
@@ -264,7 +264,7 @@ func WearAccessory(ctx *gin.Context) {
panic(err)
}
UserEng.ShowSQL(true)
// UserEng.ShowSQL(true)
// 开始事务
session := UserEng.NewSession()
defer session.Close()
@@ -325,7 +325,7 @@ func RemoveSkillEquip(ctx *gin.Context) {
panic(err)
}
UserEng.ShowSQL(true)
// UserEng.ShowSQL(true)
// 开始事务
session := UserEng.NewSession()
defer session.Close()