SVN r670
SVN-Revision: r670
This commit is contained in:
@@ -563,6 +563,10 @@ namespace Lskj.PubBomImport
|
||||
int execOrder = 1;
|
||||
FrmBillInfo frmBillInfo = new FrmBillInfo();
|
||||
string speciesno = selectRows[0]["qms_laddf_speciesno"] + "";
|
||||
if (string.IsNullOrEmpty(speciesno))
|
||||
{
|
||||
throw new Exception("未选择文件分类");
|
||||
}
|
||||
Dictionary<string, DataRow> maxfileRowDic = new Dictionary<string, DataRow>();
|
||||
foreach (DataRow selectRow in selectRows)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user