Commit 4400c6d0ac4ccccb9864796c99e9c93ffbe936b1
1 parent
790486d4
路段保存 类型错误BUG修复
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/service/impl/StationServiceImpl.java
| @@ -758,7 +758,7 @@ public class StationServiceImpl extends BaseServiceImpl<Station, Integer> implem | @@ -758,7 +758,7 @@ public class StationServiceImpl extends BaseServiceImpl<Station, Integer> implem | ||
| 758 | String bsectionVector = "LINESTRING(" + sectionsBpoints + ")"; | 758 | String bsectionVector = "LINESTRING(" + sectionsBpoints + ")"; |
| 759 | 759 | ||
| 760 | // 城建坐标点集合 | 760 | // 城建坐标点集合 |
| 761 | - String csectionVector = ""; | 761 | + String csectionVector = null; |
| 762 | 762 | ||
| 763 | // 路段类型 | 763 | // 路段类型 |
| 764 | String sectionType = ""; | 764 | String sectionType = ""; |