Commit 7501a95f authored by neo's avatar neo

[BUGFIX] fixed add project insert type without projectid

parent 8fa70317
......@@ -190,6 +190,7 @@ public class ProjectServiceImpl implements ProjectService {
organizationServiceTemplateGroupMapper.selectByExample(example).forEach(ostg -> {
ProjectServiceType pst = new ProjectServiceType();
pst.setID(UUID.randomUUID().toString());
pst.setProjectID(project.getID());
pst.setServiceTypeID(ostg.getServiceTypeID());
pst.setTemplateGroupID(ostg.getTemplateGroupID());
......
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