Showing
1 changed file
with
0 additions
and
2 deletions
@@ -59,7 +59,6 @@ public class OuterIntfCtrl { | @@ -59,7 +59,6 @@ public class OuterIntfCtrl { | ||
59 | System.out.println(key +"--->" +request.getHeader(key) ); | 59 | System.out.println(key +"--->" +request.getHeader(key) ); |
60 | }*/ | 60 | }*/ |
61 | log.info("recvMonitAlarmInfoPost {}",monitAlarmInfo); | 61 | log.info("recvMonitAlarmInfoPost {}",monitAlarmInfo); |
62 | - monitAlarmInfo.setType("");//报警类型太多了 ,暂时去掉 | ||
63 | BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class); | 62 | BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class); |
64 | return response; | 63 | return response; |
65 | } | 64 | } |
@@ -73,7 +72,6 @@ public class OuterIntfCtrl { | @@ -73,7 +72,6 @@ public class OuterIntfCtrl { | ||
73 | @ResponseBody | 72 | @ResponseBody |
74 | public BaseResponse recvMonitAlarmInfoOther( MonitAlarmInfo monitAlarmInfo,HttpServletRequest request){ | 73 | public BaseResponse recvMonitAlarmInfoOther( MonitAlarmInfo monitAlarmInfo,HttpServletRequest request){ |
75 | log.info("recvMonitAlarmInfoOther {}",monitAlarmInfo); | 74 | log.info("recvMonitAlarmInfoOther {}",monitAlarmInfo); |
76 | - monitAlarmInfo.setType("");//报警类型太多了 ,暂时去掉 | ||
77 | BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class); | 75 | BaseResponse response=httpClient.defaultPost("/recvMonitAlarmInfo",monitAlarmInfo,BaseResponse.class); |
78 | return response; | 76 | return response; |
79 | } | 77 | } |
-
Please register or login to post a comment