SVN-Revision: r391
This commit is contained in:
wyf
2025-03-25 09:04:07 +00:00
parent 23828ad751
commit a54d2e5558
3 changed files with 16 additions and 33 deletions
+4 -1
View File
@@ -172,7 +172,10 @@ namespace Lskj.PubBomImport
SqlHelper.ExecuteNonQuery(string.Format(updateChildVerSql, code, productId));
SetProcessBar(80, allCount);
//上传文件
isUpload = UploadFile(childInfo.FullName, idValue, out msg);
if (Model.ShowType.Equals("1"))
{
isUpload = UploadFile(childInfo.FullName, idValue, out msg);
}
SetProcessBar(100, finishCount);
SetProcessLabelAllMsg($"总进度:{nowCount + 1}/{parentTable.Rows.Count + 1}");
}