Newspaper преди 1 година
родител
ревизия
9826008be5
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      huimv-receive/src/main/java/com/huimv/receive/service/impl/BaseWashoutPointServiceImpl.java

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

@@ -117,12 +117,12 @@ public class BaseWashoutPointServiceImpl extends ServiceImpl<BaseWashoutPointMap
         List<DestVo> destVoList = new ArrayList<>();
         for (BaseWashoutPoint baseWashoutPoint : baseWashoutPointList) {
             DestVo destVo = new DestVo();
-            destVo.setId(baseWashoutPoint.getId());
+            destVo.setId(baseWashoutPoint.getLocationId());
             destVo.setLocationName(baseWashoutPoint.getLocationName());
             destVoList.add(destVo);
 
             DestVo destVo2 = new DestVo();
-            destVo2.setId(baseWashoutPoint.getId());
+            destVo2.setId(baseWashoutPoint.getLocationId());
             destVo2.setLocationName(baseWashoutPoint.getTailLocationName());
             destVoList.add(destVo2);
         }