|
|
@@ -1584,7 +1584,7 @@ public class YidaServiceImpl implements YidaService {
|
|
|
|
|
|
//生成客户数据
|
|
|
customerRecord = UtilMap.map(
|
|
|
- "formInstId, customerName, customerNameUnique, customerCode, userId, userIdText, " +
|
|
|
+ "formInstId, customerName, customerNameUnique, customerCode, userId, userIdText, businessGroup, " +
|
|
|
"customerLevel, customerPotentialLevel, specialCustomerFlag, newOrOld, seaType, privateSeaTime, lastFollowupTime, establishStatus, countryOrRegion, " +
|
|
|
"productTypes, previousFollowerUserIdList, previousFollowerGroupList, orderedStatus, testUseFlag, aiTableId",
|
|
|
formInstId, //表单实例ID
|
|
|
@@ -1593,6 +1593,7 @@ public class YidaServiceImpl implements YidaService {
|
|
|
customerCode, //客户编号
|
|
|
userId, //业务员userId
|
|
|
userIdText, //业务员userId(隐藏字段)
|
|
|
+ fields.getString("selectField_moy9v8ve"), //业务小组
|
|
|
fields.getString("selectField_mcsoft5i"), //客户当前分级
|
|
|
fields.getString("selectField_mhsvnqsv"), //客户潜在等级
|
|
|
fields.getString("radioField_mo0xhmnw"), //是否特殊客户
|