SVN-Revision: r631
This commit is contained in:
wyf
2025-05-23 02:42:43 +00:00
parent 21106d7420
commit c19e9f265b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -547,7 +547,7 @@ namespace Lskj.PubBomImport
{
if (rowItem != null)
{
DataRow dataRow = BaseImpl.GetDataRowResult($"select '{rowItem["bombb"] + ""}' as bombb,'{rowItem["bombc"] + ""}' as bombc");
DataRow dataRow = BaseImpl.GetDataRowResult($"select '{rowItem["bak"] + ""}' as bak,'{rowItem["bombb"] + ""}' as bombb,'{rowItem["bombc"] + ""}' as bombc");
this.InitializeHeader(dataRow);
}
}