This commit is contained in:
2026-01-09 19:06:28 +08:00

View File

@@ -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())
{