소스 검색

入场申请

Newspaper 1 년 전
부모
커밋
e320b74e8e
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      huimv-receive/src/main/java/com/huimv/receive/service/impl/BaseWashoutPointServiceImpl.java

+ 0 - 5
huimv-receive/src/main/java/com/huimv/receive/service/impl/BaseWashoutPointServiceImpl.java

@@ -139,11 +139,6 @@ public class BaseWashoutPointServiceImpl extends ServiceImpl<BaseWashoutPointMap
         List<BaseWashoutPoint> baseWashoutPointList = washoutPointMapper.listDest(farmId,vistitType);
         List<DestVo> destVoList = new ArrayList<>();
         for (BaseWashoutPoint baseWashoutPoint : baseWashoutPointList) {
-            DestVo destVo = new DestVo();
-            destVo.setId(baseWashoutPoint.getLocationId());
-            destVo.setLocationName(baseWashoutPoint.getLocationName());
-            destVoList.add(destVo);
-
             DestVo destVo2 = new DestVo();
             destVo2.setId(baseWashoutPoint.getLocationId());
             destVo2.setLocationName(baseWashoutPoint.getTailLocationName());