Commit d55e81bd by 徐高华

test

parent e1e0b1da
......@@ -91,7 +91,7 @@ public class UploadController extends WebBaseController {
EnterpriseDTO enterprise = this.enterpriseService.getEnterpriseById(enterpriseId) ;
File file = File.createTempFile("tmp", null);
mf.transferTo(file);
String factoryCode = "";
String factoryCode = "jhdm";
if(null != enterprise) {
factoryCode= enterprise.getFactoryCode() ;
}
......
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