Merge remote-tracking branch 'origin/develop' into develop

develop
Hoshi 2024-11-06 17:39:56 +08:00
commit 375e2bc40b
1 changed files with 1 additions and 0 deletions

View File

@ -588,6 +588,7 @@ public class TaskHostServiceImpl implements TaskHostService {
} else {
oldVendorList = taskHostRepository.listVendorId(category, TaskHostType.SourceType.IMS.name());
}
log.info("自动化运维获取ims云平台" + JSONObject.toJSONString(oldVendorList));
// 同步获取的平台
List<Long> oldVendorIds = TaskHostDataUtil.getVendorIds(oldVendorList);
// 对同步的平台数据进行处理