添加后台任务失败通知机制
This commit is contained in:
@@ -38,7 +38,10 @@ def modify_customer_info_background(data: Dict[str, Any], cookies: Dict[str, str
|
||||
- 执行完成后会自动删除上传的文件
|
||||
- 执行结果会更新到简道云表单
|
||||
"""
|
||||
df = df.where(pd.notnull(df), None)
|
||||
df.where(pd.notnull(df), None)
|
||||
|
||||
logger.info("获取当前客户下所有客户信息")
|
||||
|
||||
params = {
|
||||
'pageSize': 100,
|
||||
'pageNo': '1',
|
||||
|
||||
Reference in New Issue
Block a user