修复 InsertChannel字符串异常

This commit is contained in:
小肥羊 2025-07-11 17:40:37 +08:00
parent 2050d06ba9
commit 13080a8f63
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ namespace VideoAnalysisCore.Common
} }
catch (Exception ex) catch (Exception ex)
{ {
await SetTaskErrorMessage((long)taskId, ex); await SetTaskErrorMessage(long.Parse(tId), ex);
} }
} }