Commit 3397130a by weiyuanzuo

基站轨迹信息列表(toYsgjzs)现已使用ntservice的

parent aeb2e6a4
...@@ -571,6 +571,14 @@ public class ProtoController { ...@@ -571,6 +571,14 @@ public class ProtoController {
return subList; return subList;
} }
/**
* 基站信息列表 (现网已使用ntservice的接口)
* @param objValue
* @param objType
* @param kssj
* @param jssj
* @return
*/
@RequestMapping(value = "/toYsgjzs",method = {RequestMethod.POST,RequestMethod.GET}) @RequestMapping(value = "/toYsgjzs",method = {RequestMethod.POST,RequestMethod.GET})
public ModelAndView toYsgjzs(String objValue,String objType, String kssj, String jssj){ public ModelAndView toYsgjzs(String objValue,String objType, String kssj, String jssj){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment