fix 更新

This commit is contained in:
zhoujj
2026-03-17 14:15:20 +08:00
parent d0c14a6b58
commit a1941577f0
14 changed files with 101 additions and 24 deletions

View File

@@ -152,8 +152,18 @@ public class AutoCreateInst {
flag = true;
}
}
} else if (start_point.equals("BCPRK5")) {
List<TaskDto> list1 = taskserver.queryAllByStatus("1");
for (int j = 0; j < list1.size(); j++) {
String start_device_code1 = list1.get(j).getStart_device_code();
String[] parts = start_device_code1.split("-", 2);
start_point = parts[0];
if (start_point.equals("BCPRK5")) {
flag = true;
}
}
}
}
if (flag){
continue;
}