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());