|
@@ -70,10 +70,12 @@ public class ImportExcelListener extends AnalysisEventListener<Map<Integer, Stri
|
|
ObjectMap.put("telephone",vlue);
|
|
ObjectMap.put("telephone",vlue);
|
|
}
|
|
}
|
|
if (keyStr.contains("服务商")){
|
|
if (keyStr.contains("服务商")){
|
|
- ObjectMap.put("providerFlag",StringUtils.isEmpty(vlue) ? "否" : vlue);
|
|
|
|
|
|
+ //ObjectMap.put("providerFlag",StringUtils.isEmpty(vlue) ? "否" : vlue);
|
|
|
|
+ ObjectMap.put("providerFlag",vlue);
|
|
}
|
|
}
|
|
if (keyStr.contains("跃迁")){
|
|
if (keyStr.contains("跃迁")){
|
|
- ObjectMap.put("transitionFlag",StringUtils.isEmpty(vlue) ? "否" : vlue);
|
|
|
|
|
|
+ //ObjectMap.put("transitionFlag",StringUtils.isEmpty(vlue) ? "否" : vlue);
|
|
|
|
+ ObjectMap.put("transitionFlag",vlue);
|
|
}
|
|
}
|
|
if ((keyStr).contains("30天")){
|
|
if ((keyStr).contains("30天")){
|
|
ObjectMap.put("NearlyThirtyDays",vlue);
|
|
ObjectMap.put("NearlyThirtyDays",vlue);
|