修复 InsertChannel字符串异常
This commit is contained in:
parent
2050d06ba9
commit
13080a8f63
|
|
@ -184,7 +184,7 @@ namespace VideoAnalysisCore.Common
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
await SetTaskErrorMessage((long)taskId, ex);
|
await SetTaskErrorMessage(long.Parse(tId), ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue