This commit is contained in:
aozhiwei 2024-04-15 10:45:47 +08:00
parent 96414fdf86
commit 227c298dd7

View File

@ -38,7 +38,7 @@ func (this *guild) DeleteSoft(guildId string,
{"guild_id", guildId}, {"guild_id", guildId},
}, },
[][]string{ [][]string{
{"!guild_name", q5.ToString("CONCAT(\"!\", `guild_name`)")}, {"!guild_name", q5.ToString("null")},
{"deleted", "1"}, {"deleted", "1"},
}, },
cb) cb)