Fix static check

Signed-off-by: Sean Du <do4suki@gmail.com>
This commit is contained in:
2025-08-05 20:12:35 +08:00
parent adf2a72630
commit 985895a780
3 changed files with 55 additions and 42 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ func LBonusExecute(ctx *gin.Context) {
Amount: 1,
},
})
if c == d2 {
if c.Equal(d2) {
break
}
}
@@ -86,7 +86,7 @@ func LBonusExecute(ctx *gin.Context) {
Amount: 1,
},
})
if c == d2 {
if c.Equal(d2) {
break
}
}