From 13080a8f63eeb8439a0e7f9a12274345713d2c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Fri, 11 Jul 2025 17:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20InsertChannel=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VideoAnalysisCore/Common/RedisExpand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VideoAnalysisCore/Common/RedisExpand.cs b/VideoAnalysisCore/Common/RedisExpand.cs index 630aaaa..b8a4911 100644 --- a/VideoAnalysisCore/Common/RedisExpand.cs +++ b/VideoAnalysisCore/Common/RedisExpand.cs @@ -184,7 +184,7 @@ namespace VideoAnalysisCore.Common } catch (Exception ex) { - await SetTaskErrorMessage((long)taskId, ex); + await SetTaskErrorMessage(long.Parse(tId), ex); } }