로그 제거 및 values버그 수정

This commit is contained in:
김민서 2024-02-27 15:14:01 +09:00
parent 342e459f4f
commit fe2ed974fb
1 changed files with 1 additions and 2 deletions

View File

@ -40,9 +40,9 @@ namespace Server.Git
query = new StringBuilder();
for (int n = 0; n < sheets.Count; n++)
{
Console.WriteLine(sheets[n].name);
//초기화
newTableQuery = new StringBuilder();
tableDatas = new StringBuilder();
tableDatas.Append("(");
#region
@ -135,7 +135,6 @@ namespace Server.Git
case "int":
case "float":
case "long":
Console.WriteLine($"{pair.Value[sheets[n].variable[m]]}");
query.Append($"{pair.Value[sheets[n].variable[m]]}");
break;
case "string":