Commit 63108bf2 authored by neo's avatar neo

[bug] fixed dbname is wrong for porject add

parent 786b99a7
...@@ -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