ソースを参照

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

konghl 4 年 前
コミット
ddf35fd300
共有1 個のファイルを変更した3 個の追加2 個の削除を含む
  1. 3 2
      location-rescue-service/src/main/java/com/ai/bss/location/rescue/service/impl/LocationManagementServiceImpl.java

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

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