|
@ -94,7 +94,7 @@ public class GridInfoPingyinServiceImpl extends BaseServiceImpl<GridInfoPingyinD |
|
|
|
|
|
|
|
|
// 更新网格名称、网格层级、网格中心点的经度,网格中心点纬度
|
|
|
// 更新网格名称、网格层级、网格中心点的经度,网格中心点纬度
|
|
|
for (GridInfoPingyinEntity oigin : orginList) { |
|
|
for (GridInfoPingyinEntity oigin : orginList) { |
|
|
baseDao.updateSomeCol(oigin.getId(), entity.getGridName(), entity.getGridLevel(), entity.getLng(), entity.getLat()); |
|
|
baseDao.updateSomeCol(oigin.getGridCode(), entity.getGridName(), entity.getGridLevel(), entity.getLng(), entity.getLat()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
@ -167,7 +167,7 @@ public class GridInfoPingyinServiceImpl extends BaseServiceImpl<GridInfoPingyinD |
|
|
|
|
|
|
|
|
// 更新网格名称、网格层级、网格中心点的经度,网格中心点纬度
|
|
|
// 更新网格名称、网格层级、网格中心点的经度,网格中心点纬度
|
|
|
for (GridInfoPingyinEntity oigin : orginList) { |
|
|
for (GridInfoPingyinEntity oigin : orginList) { |
|
|
baseDao.updateSomeCol(oigin.getId(), entity.getGridName(), entity.getGridLevel(), entity.getLng(), entity.getLat()); |
|
|
baseDao.updateSomeCol(oigin.getGridCode(), entity.getGridName(), entity.getGridLevel(), entity.getLng(), entity.getLat()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
@ -180,4 +180,4 @@ public class GridInfoPingyinServiceImpl extends BaseServiceImpl<GridInfoPingyinD |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|