| | |
| | | }
|
| | | if (null != listMapDicItem) {
|
| | | for (int ss = 0; ss < listMapDicItem.size(); ss++) {
|
| | | //因为数据字典查出来之后改成了全小写,这里也改成全小些
|
| | | //因为数据字典查出来之后改成了全小写,这里也改成全小写
|
| | | if (null != listMapDicItem.get(ss).get(s[j].toLowerCase())) {
|
| | | Map<String, String> mapDicItem = (Map<String, String>) listMapDicItem.get(ss).get(s[j].toLowerCase());
|
| | | value = mapDicItem.get(value);
|
| | |
| | | System.out.println(e.getMessage());
|
| | | return false;
|
| | | } catch (Exception e) {
|
| | | System.out.println(e.getMessage());
|
| | | e.printStackTrace();
|
| | | return false;
|
| | | } finally {
|
| | | if (null != fileOutputStream) {
|