|
@@ -193,7 +193,7 @@ public class RWDDownloadUtil {
|
|
|
FastJsonUtil.toFormatString(infoArray));
|
|
|
}
|
|
|
Map<String, Map<String, Integer>> relDic = new HashMap<String, Map<String, Integer>>();
|
|
|
- ExcelRelationUtil.ReadRel(FileUtil.file("relation.xlsx").getPath(), relDic);
|
|
|
+ ExcelRelationUtil.ReadRel(FileUtil.file("relation.xlsx").getAbsolutePath(), relDic);
|
|
|
for (String graphCode : relDic.keySet().toArray(new String[0])) {
|
|
|
File graph = new File(path + Constant.getSeperator() + "relation" + Constant.getSeperator() + graphCode);
|
|
|
if (!graph.exists()) {
|