Commit 1ef061226a2a1ae9a7e3454c24b27a9053429fe2

Authored by zlz
1 parent fc3b04b2

上传电子路单(可自定义日期)

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 }
... ...