Selaa lähdekoodia

暂时不启用非实体对象的判断

konghl 4 vuotta sitten
vanhempi
commit
ddf35fd300

+ 3 - 2
location-rescue-service/src/main/java/com/ai/bss/location/rescue/service/impl/LocationManagementServiceImpl.java

252
				continue;
252
				continue;
253
			}
253
			}
254
			
254
			
255
			if (!"WOR".equals(entityPosition.getEntityType())) {
255
			//TODO 需屏蔽非人员(如船)的实体信息
256
			/*if (!"WOR".equals(entityPosition.getEntityType())) {
256
				continue;
257
				continue;
257
			}
258
			}*/
258
			
259
			
259
			EbcEntityPosition ebcEntityPosition = new EbcEntityPosition();
260
			EbcEntityPosition ebcEntityPosition = new EbcEntityPosition();
260
			ComponentReflectionUtils.copyAttributeFromParent(entityPosition, ebcEntityPosition);
261
			ComponentReflectionUtils.copyAttributeFromParent(entityPosition, ebcEntityPosition);