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