Commit 93aa578a by 徐高华

Merge branch 'xgh_内容中台' into 'developer'

test

See merge request !448
parents 7fe0cab4 d55e81bd
......@@ -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