diff --git a/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs b/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs
index 91e0a52..01bbaaa 100644
--- a/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs
+++ b/Reportapi/MyCode.Project.Services/Implementation/JackYunStockinService.cs
@@ -84,7 +84,7 @@ namespace MyCode.Project.Services.Implementation
});
requestBizData.stockInDetailViews = stockInDetailViews;
string lggl = JsonHelper.ToJson(requestBizData);
- LogHelper.Info(lggl);
+ LogHelper.Info("上传入库数据报文:"+lggl);
Thread.Sleep(500);
JackyunResponse response = Call(EnumAttribute.GetAttribute(ApiEnum.CREATEANDSTOCKIN).Value, "1.0", requestBizData);
//判断返回结果是否成功
@@ -96,8 +96,8 @@ namespace MyCode.Project.Services.Implementation
{
_wMStoJackyunInventoryMovementView1Repository.UpdateStatus(3, relDataId);
}
- string ll = JsonHelper.ToJson(response);
- LogHelper.Info(ll);
+ string ll = JsonHelper.ToJson(response);
+ LogHelper.Info("上传入库数据结果:"+ll);
});
}
diff --git a/Reportapi/MyCode.Project.WebApi/Web.config b/Reportapi/MyCode.Project.WebApi/Web.config
index f352b52..db9adce 100644
--- a/Reportapi/MyCode.Project.WebApi/Web.config
+++ b/Reportapi/MyCode.Project.WebApi/Web.config
@@ -24,7 +24,7 @@
-
+