SVN-Revision: r566
This commit is contained in:
wyf
2025-05-09 06:47:19 +00:00
parent 7d79a1bb2f
commit 3954a0f523
2 changed files with 148 additions and 13 deletions
+8 -1
View File
@@ -543,7 +543,14 @@ namespace Lskj.PubBomImport
{
this.InitializeHeader(rowItem);
}
string controlSql = "select '' as billdocument_id,'0' affirmer,'0' rtagid,'{材料代码}' as productid";
else
{
if (rowItem != null)
{
DataRow dataRow = BaseImpl.GetDataRowResult($"select '{rowItem["bombb"] + ""}' as bombb,'{rowItem["bombc"] + ""}' as bombc");
this.InitializeHeader(dataRow);
}
}
if (mainRow != null)
{
//更新