From 02fa8b83d2893d07dd6a91ed49ec96cb4ebe74e6 Mon Sep 17 00:00:00 2001 From: AKW <2497744746@qq.com> Date: Fri, 29 Dec 2023 16:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/jqr/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jqr/tasks.py b/apps/jqr/tasks.py index 5b031d1..6383122 100644 --- a/apps/jqr/tasks.py +++ b/apps/jqr/tasks.py @@ -127,7 +127,7 @@ def edit_add_contact(data, corpinfo, *args, **kwargs): defaults={ **follow_info, 'addtype': JqrAddTypeChoices.EVENT_CALLBACK, - 'deletetype': None, + 'deletetype': 0, 'dtime': None } ) @@ -164,7 +164,7 @@ def edit_add_contact_by_channel(data, corpinfo, *args, **kwargs): defaults={ **follow_info, 'addtype': JqrAddTypeChoices.EVENT_CALLBACK, - 'deletetype': None, + 'deletetype': 0, 'dtime': None } )