Commit acb7b3f1 authored by chenzhao's avatar chenzhao

修改代码

parent 1cc0d3ca
......@@ -597,7 +597,8 @@ public class RouteServiceImpl implements IRouteService {
routePointItem.setPointInputItemId(inputItemId);
routePointItem.setRoutePointId(routePointId);
routePointItem.setRoutePoint(routePoint);
PointInputItem pointInputItem = iPointInputItemDao.getOne(inputItemId);
routePointItem.setPointClassifyId(Long.valueOf(pointInputItem.getClassifyIds()));
routePointList.add(routePointItem);
}
iRoutePointItemDao.saveAll(routePointList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment