Commit 234106b2 by wangweidong

土工平台修改

parent 0605bb56
...@@ -1243,7 +1243,7 @@ public class SoilExperimentServiceImpl extends BaseServiceImpl<SoilExperimentMap ...@@ -1243,7 +1243,7 @@ public class SoilExperimentServiceImpl extends BaseServiceImpl<SoilExperimentMap
} }
FileOutputStream os = null; FileOutputStream os = null;
File file = null; File file = null;
String generated="原始记录"; String generated="ORIGINAL";
try { try {
file = File.createTempFile(generated, "."+template.getType()); file = File.createTempFile(generated, "."+template.getType());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment