Эх сурвалжийг харах

相对位置 添加 位置信息接口

huangxingxing 1 сар өмнө
parent
commit
7f5c08cb5b

+ 2 - 1
src/main/java/com/miniframe/bisiness/system/D40001Service.java

@@ -29,7 +29,8 @@ public class D40001Service extends D40001BaseModel implements ExecProcessFlow {
 		String outPath="";
 		String fileName ="";
 		outPath= TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/gas/mid";
-		fileName ="WamGrid.vtk";
+//		fileName ="WamGrid.vtk";
+		fileName="GasGrid.vtk";
 		Path path = Paths.get(outPath+"/"+fileName);
 		String mimeType = MFMimeTypeUtils.getMimeType(path);
 		HttpServerTransFile transFile = new HttpServerTransFile(fileName, mimeType, path);

+ 2 - 1
src/main/java/com/miniframe/bisiness/system/D40002Service.java

@@ -30,7 +30,8 @@ public class D40002Service extends D40002BaseModel implements ExecProcessFlow {
 		String outPath="";
 		String fileName ="";
 		outPath= TemplateGenerator.BPATH+"/"+aid+"/"+accident.getJid()+"/gas/mid/vtk";
-		fileName ="WAMPOST"+step+".vtk";
+//		fileName ="WAMPOST"+step+".vtk";
+		fileName ="GasPOST"+step+".vtk";
 		Path path = Paths.get(outPath+"/"+fileName);
 		String mimeType = MFMimeTypeUtils.getMimeType(path);
 		HttpServerTransFile transFile = new HttpServerTransFile(fileName, mimeType, path);