|
@@ -314,7 +314,7 @@ public class FarmStockServiceImpl extends ServiceImpl<FarmStockDao, FarmStockEnt
|
|
map.put("name", farmStockEntity.getFarmName());
|
|
map.put("name", farmStockEntity.getFarmName());
|
|
map.put("code", regionCode.getRegionCode());
|
|
map.put("code", regionCode.getRegionCode());
|
|
map.put("children",null);
|
|
map.put("children",null);
|
|
- map.put("tpye",4);
|
|
|
|
|
|
+ map.put("type",4);
|
|
endList.add(map);
|
|
endList.add(map);
|
|
}
|
|
}
|
|
}
|
|
}
|