优化日志

This commit is contained in:
tongfei
2024-04-11 09:15:55 +08:00
parent 9551c59446
commit b8311e637c

View File

@@ -1733,7 +1733,7 @@ namespace WMS.Web.Domain.Services.Public
//下推
string json = JsonConvert.SerializeObject(query);
var result_json = await _client.PushAsync(json);
_logger.LogInformation("入库单->开始同步金蝶:提交参数" + json + " 结果->" + result_json);
_logger.LogInformation("入库单->开始同步金蝶:下推参数" + json + " 结果->" + result_json);
JObject jobject = (JObject)JsonConvert.DeserializeObject(result_json);
var isSuccess = jobject["Result"]["ResponseStatus"]["IsSuccess"].ToString().ToLower();