SVN-Revision: r617
This commit is contained in:
wyf
2025-05-21 10:54:39 +00:00
parent 025c436698
commit d5489dc011
+4
View File
@@ -217,6 +217,10 @@ namespace Lskj.PubBomImport
{
int maxBc = -1;
string maxSname = "";
if (selectFiles.Count() <= 0)
{
throw new Exception($"{code}不存在附件\r\n请检查BOM文件");
}
foreach (var selectFile in selectFiles)
{
GetFileCodeInfo(Path.GetFileNameWithoutExtension(selectFile), out string fileCode, out string name, out string fileBB, out int fileBC);