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:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user