1
This commit is contained in:
@@ -84,7 +84,7 @@ namespace MyCode.Project.Services.Implementation
|
|||||||
});
|
});
|
||||||
requestBizData.stockInDetailViews = stockInDetailViews;
|
requestBizData.stockInDetailViews = stockInDetailViews;
|
||||||
string lggl = JsonHelper.ToJson(requestBizData);
|
string lggl = JsonHelper.ToJson(requestBizData);
|
||||||
LogHelper.Info(lggl);
|
LogHelper.Info("上传入库数据报文:"+lggl);
|
||||||
Thread.Sleep(500);
|
Thread.Sleep(500);
|
||||||
JackyunResponse response = Call(EnumAttribute.GetAttribute(ApiEnum.CREATEANDSTOCKIN).Value, "1.0", requestBizData);
|
JackyunResponse response = Call(EnumAttribute.GetAttribute(ApiEnum.CREATEANDSTOCKIN).Value, "1.0", requestBizData);
|
||||||
//判断返回结果是否成功
|
//判断返回结果是否成功
|
||||||
@@ -96,8 +96,8 @@ namespace MyCode.Project.Services.Implementation
|
|||||||
{
|
{
|
||||||
_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
|
_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
|
||||||
}
|
}
|
||||||
string ll = JsonHelper.ToJson(response);
|
string ll = JsonHelper.ToJson(response);
|
||||||
LogHelper.Info(ll);
|
LogHelper.Info("上传入库数据结果:"+ll);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<!-- 数据库测试-->
|
<!-- 数据库测试-->
|
||||||
|
|
||||||
<add name="WMSConn" connectionString="Data Source=192.168.221.155; Initial Catalog=ESB_DTC; User ID=app_k3;Password=Postman2025k3; Connect Timeout=120; MultipleActiveResultSets=True;App=JiKeYun2" providerName="System.Data.SqlClient" />
|
<add name="WMSConn" connectionString="Data Source=192.168.221.155; Initial Catalog=ESB_DTC; User ID=app_k3;Password=Postman2025k3; Connect Timeout=120; MultipleActiveResultSets=True;App=JiKeYun2" providerName="System.Data.SqlClient" />
|
||||||
<add name="YunTongConn" connectionString="Data Source=127.0.0.1; Initial Catalog=YunTong; User ID=sa;Password=1; Connect Timeout=120; MultipleActiveResultSets=True;App=JiKeYun1" providerName="System.Data.SqlClient" />
|
<add name="YunTongConn" connectionString="Data Source=192.168.116.209; Initial Catalog=K3ZMFS_0905; User ID=sa;Password=Ac661978!; Connect Timeout=120; MultipleActiveResultSets=True;App=JiKeYun1" providerName="System.Data.SqlClient" />
|
||||||
<!--测试MYSQL内网-->
|
<!--测试MYSQL内网-->
|
||||||
<!--<add name="MasterConn" connectionString="" providerName="MySql.Data.MySqlClient" />-->
|
<!--<add name="MasterConn" connectionString="" providerName="MySql.Data.MySqlClient" />-->
|
||||||
</connectionStrings>
|
</connectionStrings>
|
||||||
|
|||||||
Reference in New Issue
Block a user