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);