Commit 7dd3104a7a4685afd6cc0239fef835826e4a03ae
Merge branch 'minhang' of http://222.66.0.204:8090//panzhaov5/bsth_control into minhang
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/controller/schedule/TrafficManageController.java
| ... | ... | @@ -51,7 +51,7 @@ public class TrafficManageController { |
| 51 | 51 | @RequestMapping(value = "/setLD", method = RequestMethod.GET) |
| 52 | 52 | public String setLD() throws Exception { |
| 53 | 53 | try { |
| 54 | - return trManageService.setLD(null); | |
| 54 | + return trManageService.setLD(); | |
| 55 | 55 | } catch (Exception exp) { |
| 56 | 56 | throw new Exception(exp.getCause()); |
| 57 | 57 | } | ... | ... |