This commit is contained in:
parent
e3bfed8a2e
commit
02fa8b83d2
|
@ -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
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue