SVN r566
SVN-Revision: r566
This commit is contained in:
@@ -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)
|
||||
{
|
||||
//更新
|
||||
|
||||
Reference in New Issue
Block a user