This commit is contained in:
2024-09-23 17:19:08 +08:00
parent 1dc51107f5
commit 03d847aa94
4 changed files with 6 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ namespace Tnb.BasicData
.SetColumns(x => x.response_data == response)
.SetColumns(x => x.response_code == thirdResult.Code)
.SetColumns(x => x.last_send_time == now)
.SetColumns(x => x.error_count == x.error_count + 1)
.SetColumns(x => x.response_time == elapsedMilliseconds)
.Where(x=>x.id==record.id)
.ExecuteCommandAsync();