|
@@ -75,7 +75,7 @@ public class ImportExcelListener extends AnalysisEventListener<Map<Integer, Stri
|
|
|
if (keyStr.contains("联系")){
|
|
|
ObjectMap.put("telephone",vlue);
|
|
|
}
|
|
|
- if (keyStr.contains("服务商")){
|
|
|
+ if (keyStr.contains("绑定服务商")){
|
|
|
//ObjectMap.put("providerFlag",StringUtils.isEmpty(vlue) ? "否" : vlue);
|
|
|
ObjectMap.put("providerFlag",vlue);
|
|
|
}
|