src/main/java/com/lf/server/service/show/MarkService.java
@@ -94,7 +94,7 @@ * @throws Exception 异常 */ public String downloadShp(UserEntity ue, List<MarkJsonEntity> list, HttpServletRequest req, HttpServletResponse res) throws Exception { String parent = pathHelper.getTempPath(ue.getId()); String parent = pathHelper.getTempPath(); String path = createShapeFiles(ue, list, parent); File[] files = new File(path).listFiles();