1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-04-15 15:07:27 +08:00
parent 523d835ac0
commit 5a81534e84
4 changed files with 58 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ func init() {
}
havs := itemService.CheakItem(400501)
if havs <= int64(count) {
if havs < int64(count) {
ctx.Send("扭蛋币不足,当前扭蛋币数量:" + gconv.String(havs))
return
}