SVN r719
SVN-Revision: r719
This commit is contained in:
@@ -201,7 +201,7 @@ namespace Lskj.PubBomImport
|
|||||||
if (fileBC >= childMaxBc)
|
if (fileBC >= childMaxBc)
|
||||||
{
|
{
|
||||||
childMaxBc = fileBC;
|
childMaxBc = fileBC;
|
||||||
childMaxSname = $"{fileCode}{(fileBC > 0 ? fileBC + "" : "")} {name}";
|
childMaxSname = $"{fileCode}{(fileBC > 0 ? fileBC + "" : "")} {name}{Path.GetExtension(fileName)}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var selectFiles = fileNames.Where(n => Path.GetFileName(n).Trim().StartsWith(code));
|
var selectFiles = fileNames.Where(n => Path.GetFileName(n).Trim().StartsWith(code));
|
||||||
|
|||||||
Reference in New Issue
Block a user