SVN-Revision: r673
This commit is contained in:
wyf
2025-06-04 13:20:50 +00:00
parent 89d9788a23
commit 183458b4c7
+1 -1
View File
@@ -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("未选择文件分类");