This commit is contained in:
atvstdla
2025-09-30 17:35:11 +09:00
parent 5a2eeed3c4
commit 1273ca8236
37 changed files with 1333 additions and 1033 deletions

View File

@@ -414,7 +414,7 @@ namespace Project.Manager
//숫자는 기본 0으로 처리한다
data.Append("0");
}
else data.Append("0");
else data.Append("");
}
data.AppendLine();
}