Commit 2e8cade246561192c893edc5e7fc55b880e3d4f1
1 parent
5354147d
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/base_info/section/buffer/LD_SectionRefreshThread.java
| ... | ... | @@ -28,7 +28,7 @@ public class LD_SectionRefreshThread extends Thread{ |
| 28 | 28 | try { |
| 29 | 29 | |
| 30 | 30 | //路段信息 |
| 31 | - List<LD_Section> sectionList = jdbcTemplate.query("select section_code,section_name,section_type,ST_AsText(gsection_vector) as gsection_vector,croses_road,versions from bsth_c_section where section_name not like '%行路段' ", | |
| 31 | + List<LD_Section> sectionList = jdbcTemplate.query("select section_code,section_name,section_type,ST_AsText(gsection_vector) as gsection_vector,croses_road,versions from bsth_c_section ", | |
| 32 | 32 | BeanPropertyRowMapper.newInstance(LD_Section.class)); |
| 33 | 33 | |
| 34 | 34 | if(sectionList == null || sectionList.size() == 0) | ... | ... |