|
|
@@ -164,6 +164,15 @@ public class SectionServiceImpl extends BaseServiceImpl<SectionMapper, Section> |
|
|
|
return JsonResult.success(pageData); |
|
|
|
} |
|
|
|
|
|
|
|
//对路段范围进行处理 |
|
|
|
private String getSectionRanges(Section record) { |
|
|
|
//路段范围属性 |
|
|
|
String sectionRange = record.getSectionRange(); |
|
|
|
String[] sectionRanges = sectionRange.split(","); |
|
|
|
sectionRange ="K"+sectionRanges[0]+"+"+sectionRanges[1]+"~"+"K"+sectionRanges[2]+"+"+sectionRanges[3]; |
|
|
|
return sectionRange; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public JsonResult getListInfo(SectionQuery query) { |
|
|
|
//获取当前登录人信息 |