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) 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); this.InitializeHeader(dataRow);
} }
} }
+1 -1
View File
@@ -2154,7 +2154,7 @@ namespace Lskj.PubBomImport
code = namematch.Groups[1].Value; code = namematch.Groups[1].Value;
} }
//上传文件到服务器目录 //上传文件到服务器目录
postUrl = "{0}Api/FileUploadApi.ashx?moduleId={1}&idValue={2}&speciesno={8}&folder={3}&totsize={4}&position={5}&filename={6}&method={7}&confirm=1"; postUrl = "{0}Api/FileUploadApi.ashx?moduleId={1}&idValue={2}&speciesno={8}&folder={3}&totsize={4}&position={5}&filename={6}&method={7}";
if (!string.IsNullOrEmpty(idValue)) if (!string.IsNullOrEmpty(idValue))
{ {
string token = ""; string token = "";