修改其他干扰源行业类型为00

This commit is contained in:
hzj
2024-02-28 19:57:54 +08:00
parent a44b8f2348
commit cbf1f14780

View File

@@ -155,7 +155,7 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
}else if(temp.equals(DicDataEnum.OTHER_INTERFERENCESOURCE_USERS.getCode())) {
List<String> idList = un_other_interferencesource_users_dict.stream().map(SysDicTreePO::getId).collect(Collectors.toList());
tempList = monitorList.stream().filter(tempmonitor -> !idList.contains(tempmonitor.getObjType())).collect(Collectors.toList());
pqTypicalSourceCreatePO.setIndustryType("08");
pqTypicalSourceCreatePO.setIndustryType("00");
}