修改更新仿真分析项库绑定流程模版信息失败bug
This commit is contained in:
@@ -146,7 +146,7 @@ public class SimulationTaskPoolServiceImpl extends BaseService implements ISimul
|
||||
if (flowTemplate == null || flowTemplate.isEmpty()) {
|
||||
continue;
|
||||
}
|
||||
String[] flowTemplates = flowTemplate.split(";");
|
||||
String[] flowTemplates = flowTemplate.split(",");
|
||||
for (String template : flowTemplates) {
|
||||
if(mapper.queryTaskFlowRelate(template,poolName,version,taskPoolItem.uuid).isEmpty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user