mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-12-05 00:06:02 +00:00
符号错误
This commit is contained in:
parent
0a909f867b
commit
b4e4b35df5
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
public static string Delete_Rooms(params string[] roomids)
|
public static string Delete_Rooms(params string[] roomids)
|
||||||
{
|
{
|
||||||
if (roomids.Length == 0)
|
if (roomids.Length != 0)
|
||||||
{
|
{
|
||||||
string where = string.Join("', '", roomids);
|
string where = string.Join("', '", roomids);
|
||||||
return $"{Command_Delete} {Command_From} {TableName} {Command_Where} {Column_RoomID} {Command_In} ('{where}')";
|
return $"{Command_Delete} {Command_From} {TableName} {Command_Where} {Column_RoomID} {Command_In} ('{where}')";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user