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