소스 검색

灯控日志信息

crazycat 2 년 전
부모
커밋
21fa2bb8d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/welampiot/controller/NewLampPoleController.java

+ 1 - 1
src/main/java/com/welampiot/controller/NewLampPoleController.java

@@ -321,7 +321,7 @@ public class NewLampPoleController {
      * @return
      */
     @RequestMapping(value = "/lampDataHistory", method = RequestMethod.POST)
-    public BaseResult lampDataHistory(HttpServletRequest request) throws ParseException, ParseException {
+    public BaseResult lampDataHistory(HttpServletRequest request) throws ParseException {
         Integer version = (Integer) toolUtils.getRequestContent(request,"version",1);
 //        List sectionList = toolUtils.getSectionList(request);lampId
         Integer lampId = (Integer) toolUtils.getRequestContent(request,"lampId",1);