| | |
| | | FieldSetEntity attachmentFse = baseDao.getFieldSetEntity(CmnConst.TABLE_PRODUCT_SYS_ATTACHMENT, logFse.getString(CmnConst.FIELD_IMPORT_INFO), false); |
| | | String relativePath = attachmentFse.getString(CmnConst.FIELD_ATTACHMENT_URL); |
| | | String templateName = attachmentFse.getString(CmnConst.FIELD_ATTACHMENT_TITLE); |
| | | Map<String, List<List<String>>> dataMap= new HashMap<>(); |
| | | try{ |
| | | String filePath = Global.getSystemConfig("local.dir", "") + File.separator + relativePath + File.separator + templateName; |
| | | Map<String, List<List<String>>> dataMap = EasyExcelUtil.readExcelByString(filePath); |
| | | |
| | | dataMap = EasyExcelUtil.readExcelByString(filePath); |
| | | }catch (Exception e){ |
| | | e.printStackTrace(); |
| | | } |
| | | // 封装到dte中 |
| | | List<DataTableEntity> beforeSaveDataList = Lists.newArrayList(); |
| | | List<String> titleList; |