SVN r617
SVN-Revision: r617
This commit is contained in:
@@ -217,6 +217,10 @@ namespace Lskj.PubBomImport
|
|||||||
{
|
{
|
||||||
int maxBc = -1;
|
int maxBc = -1;
|
||||||
string maxSname = "";
|
string maxSname = "";
|
||||||
|
if (selectFiles.Count() <= 0)
|
||||||
|
{
|
||||||
|
throw new Exception($"{code}不存在附件\r\n请检查BOM文件");
|
||||||
|
}
|
||||||
foreach (var selectFile in selectFiles)
|
foreach (var selectFile in selectFiles)
|
||||||
{
|
{
|
||||||
GetFileCodeInfo(Path.GetFileNameWithoutExtension(selectFile), out string fileCode, out string name, out string fileBB, out int fileBC);
|
GetFileCodeInfo(Path.GetFileNameWithoutExtension(selectFile), out string fileCode, out string name, out string fileBB, out int fileBC);
|
||||||
|
|||||||
Reference in New Issue
Block a user