优化日志
This commit is contained in:
@@ -1733,7 +1733,7 @@ namespace WMS.Web.Domain.Services.Public
|
|||||||
//下推
|
//下推
|
||||||
string json = JsonConvert.SerializeObject(query);
|
string json = JsonConvert.SerializeObject(query);
|
||||||
var result_json = await _client.PushAsync(json);
|
var result_json = await _client.PushAsync(json);
|
||||||
_logger.LogInformation("入库单->开始同步金蝶:提交参数" + json + " 结果->" + result_json);
|
_logger.LogInformation("入库单->开始同步金蝶:下推参数" + json + " 结果->" + result_json);
|
||||||
JObject jobject = (JObject)JsonConvert.DeserializeObject(result_json);
|
JObject jobject = (JObject)JsonConvert.DeserializeObject(result_json);
|
||||||
var isSuccess = jobject["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToLower();
|
var isSuccess = jobject["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToLower();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user