SVN r673
SVN-Revision: r673
This commit is contained in:
@@ -562,7 +562,7 @@ namespace Lskj.PubBomImport
|
||||
{
|
||||
int execOrder = 1;
|
||||
FrmBillInfo frmBillInfo = new FrmBillInfo();
|
||||
string speciesno = selectRows[0]["qms_laddf_speciesno"] + "";
|
||||
string speciesno = selectRows[0]["BomAddSpeciesNo"] + "";
|
||||
if (string.IsNullOrEmpty(speciesno))
|
||||
{
|
||||
throw new Exception("未选择文件分类");
|
||||
|
||||
Reference in New Issue
Block a user