SVN r391
SVN-Revision: r391
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user