Commit 4400c6d0ac4ccccb9864796c99e9c93ffbe936b1

Authored by 李强
1 parent 790486d4

路段保存 类型错误BUG修复

src/main/java/com/bsth/service/impl/StationServiceImpl.java
... ... @@ -758,7 +758,7 @@ public class StationServiceImpl extends BaseServiceImpl<Station, Integer> implem
758 758 String bsectionVector = "LINESTRING(" + sectionsBpoints + ")";
759 759  
760 760 // 城建坐标点集合
761   - String csectionVector = "";
  761 + String csectionVector = null;
762 762  
763 763 // 路段类型
764 764 String sectionType = "";
... ...