SVN r631
SVN-Revision: r631
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user