|
|
@@ -71,7 +71,7 @@ public class CustomerTask {
|
|
|
String paCode = pa_data[1] == null ? "" : pa_data[1].toString();
|
|
|
String cu_level = getValueField(dataList, i, "account_level", "客户级别");
|
|
|
String cu_turnSAP = getValueField(dataList, i, "field_RYzRf__c", "是否转正式客户在SAP内建档");
|
|
|
- String cu_currency = getValueField(dataList, i, "field_RYzRf__c", "货币");
|
|
|
+ String cu_currency = getValueField(dataList, i, "field_e2HeP__c", "货币");
|
|
|
String cu_recordType = getValueField(dataList, i, "record_type", "业务类型");
|
|
|
String cu_industry = getValueField(dataList, i, "field_00Ijp__c", "所属行业");
|
|
|
//field_giBJk__c:收货人 UDSText5__c:送货地址 UDSText1__c:法定代表人 UDSText2__c:注册资金
|