异常回访、续约回访增加默认值

新签、续约回访增加权限唯一值不存在报错
This commit is contained in:
2026-03-06 17:50:17 +08:00
parent be3af8cf51
commit 69390fd080
10 changed files with 101 additions and 61222 deletions
+3
View File
@@ -351,6 +351,9 @@ class RenewalToDo:
data_NGV['120天是否跟进'] = "主动"
data_NGV['60天是否跟进']= "主动"
data_NGV['30天是否跟进']= "主动"
# 新增当前所处节点默认值
data_NGV['当前所处节点'] = "120天节点"
# 格式化为字符串(去掉时区)
for col in ['过期日', '120天自动流转时间', '60天自动流转时间', '30天自动流转时间', '0天自动流转时间']:
data_NGV[col] = data_NGV[col].dt.strftime('%Y-%m-%d %H:%M:%S')