Commit 7dd3104a7a4685afd6cc0239fef835826e4a03ae

Authored by 徐烜
2 parents 81fbda38 9c3493a1

Merge branch 'minhang' of http://222.66.0.204:8090//panzhaov5/bsth_control into minhang

src/main/java/com/bsth/controller/schedule/TrafficManageController.java
@@ -51,7 +51,7 @@ public class TrafficManageController { @@ -51,7 +51,7 @@ public class TrafficManageController {
51 @RequestMapping(value = "/setLD", method = RequestMethod.GET) 51 @RequestMapping(value = "/setLD", method = RequestMethod.GET)
52 public String setLD() throws Exception { 52 public String setLD() throws Exception {
53 try { 53 try {
54 - return trManageService.setLD(null); 54 + return trManageService.setLD();
55 } catch (Exception exp) { 55 } catch (Exception exp) {
56 throw new Exception(exp.getCause()); 56 throw new Exception(exp.getCause());
57 } 57 }