Merge branch 'main' of git.opencomputing.cn:yumoqing/kboss
This commit is contained in:
commit
c08a6fcdc2
@ -66,7 +66,7 @@ async def search_user_inquiry(ns={}):
|
|||||||
'custom_type': {'0': '个人', '1': '企业'},
|
'custom_type': {'0': '个人', '1': '企业'},
|
||||||
'enterprise_type': dict_mapping.get('enterprise_type', {}),
|
'enterprise_type': dict_mapping.get('enterprise_type', {}),
|
||||||
'region': dict_mapping.get('region', {}),
|
'region': dict_mapping.get('region', {}),
|
||||||
'feedback': {'0': '待回复', '1': '沟通中', '2': '已关闭', '3': '号码错误'}
|
'feedback': {'0': '待回复', '1': '已回复'}
|
||||||
}
|
}
|
||||||
for data_dic in result:
|
for data_dic in result:
|
||||||
for key, mapping in value_mapping.items():
|
for key, mapping in value_mapping.items():
|
||||||
@ -125,7 +125,7 @@ async def search_user_inquiry(ns={}):
|
|||||||
'source_list': source_list,
|
'source_list': source_list,
|
||||||
'page': page,
|
'page': page,
|
||||||
'page_size': page_size,
|
'page_size': page_size,
|
||||||
'feedback_list': [{'id': 0, 'name': '待回复'},{'id': 1, 'name': '沟通中'},{'id': 2, 'name': '已关闭'},{'id': 3, 'name': '号码错误'}]
|
'feedback_list': [{'id': 0, 'name': '待回复'},{'id': 1, 'name': '已回复'}]
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = await search_user_inquiry(params_kw)
|
ret = await search_user_inquiry(params_kw)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user