日志改动

This commit is contained in:
赵正易 2025-03-08 15:40:41 +08:00
parent d67ea5c54d
commit db36e41576

View File

@ -135,7 +135,7 @@ namespace DOAN.Service.Bydlms
{
throw new Exception($"设备状态变化上传失败: {response.StatusCode}");
}
Console.WriteLine("设备状态上传成功!" + response.Content);
Console.WriteLine("设备状态上传成功!" + response.RequestMessage.ToString());
Context.Ado.CommitTran();
return 1;
}