修改更新仿真分析项库绑定流程模版信息失败bug

This commit is contained in:
daiqy88
2026-01-09 18:20:08 +08:00
parent 7b44d7d0f1
commit 90c9b598d8

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