Commit acfd3c60 authored by neo.wang's avatar neo.wang

Merge branch 'dev_neo' into 'dev'

[bug] fixed dbname is wrong for porject add

See merge request root/atms!42
parents 786b99a7 63108bf2
...@@ -308,7 +308,7 @@ public class ProjectServiceImpl implements ProjectService { ...@@ -308,7 +308,7 @@ public class ProjectServiceImpl implements ProjectService {
} }
initStandardAccount(project.getIndustryID()); initStandardAccount(project.getIndustryID());
return sbDbName.toString(); return sbDbName.dbName;
} }
......
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