fix 修复 转换模型缺少分类字段
This commit is contained in:
parent
2869d590e6
commit
588a47897a
@ -288,6 +288,7 @@ public class ActProcessDefinitionServiceImpl implements IActProcessDefinitionSer
|
||||
Model modelData = repositoryService.newModel();
|
||||
modelData.setKey(pd.getKey());
|
||||
modelData.setName(pd.getName());
|
||||
modelData.setCategory(pd.getCategory());
|
||||
modelData.setTenantId(pd.getTenantId());
|
||||
repositoryService.saveModel(modelData);
|
||||
repositoryService.addModelEditorSource(modelData.getId(), IoUtil.readBytes(inputStream));
|
||||
|
Loading…
x
Reference in New Issue
Block a user