修正一个赋值错误

This commit is contained in:
zjl
2025-01-23 22:58:38 +08:00
parent d33e54c50f
commit 07efcbde4f

View File

@@ -124,7 +124,7 @@ namespace LogParse
//重试一次路线或放弃此路线!
if (logstr.EndsWith("重试一次路线或放弃此路线!"))
{
configTask.Fault.ReviveCount++;
configTask.Fault.RetryCount++;
}