修改其他干扰源行业类型为00
This commit is contained in:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user