|
@@ -46,12 +46,6 @@ public class D00009Service extends D00009BaseModel implements ExecProcessFlow {
|
|
|
UtilTools.setHttpServerTransFile(transFile);
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) {
|
|
|
- Path path = XIFileUtils.getAbsolutePath("D://POST12.vtk");
|
|
|
- System.out.println(path.toString());
|
|
|
- String mimeType = MFMimeTypeUtils.getMimeType(path);
|
|
|
- System.out.println(mimeType);
|
|
|
- }
|
|
|
/**
|
|
|
* 基础系统,“灾情文件获取”业务前处理
|
|
|
*/
|