|
@@ -83,7 +83,7 @@ public class TestController {
|
|
|
*/
|
|
|
@GetMapping("/test/api/updateAllChuanyunSelfWorkHour")
|
|
|
public void updateAllChuanyunSelfWorkHour() {
|
|
|
- logUpdateService.updateAllChuanyunSelfWorkHour();
|
|
|
+ logService.updateAllChuanyunSelfWorkHour();
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -91,7 +91,7 @@ public class TestController {
|
|
|
*/
|
|
|
@GetMapping("/test/api/updateAllChuanyunWeekMemberHour")
|
|
|
public void updateAllChuanyunWeekMemberHour() {
|
|
|
- logUpdateService.updateAllChuanyunWeekMemberHour();
|
|
|
+ logService.updateAllChuanyunWeekMemberHour();
|
|
|
}
|
|
|
|
|
|
/**
|
|
@@ -99,7 +99,7 @@ public class TestController {
|
|
|
*/
|
|
|
@GetMapping("/test/api/updateAllChuanyunSelfCost")
|
|
|
public void updateAllChuanyunSelfCost() {
|
|
|
- logUpdateService.updateAllChuanyunSelfCost();
|
|
|
+ logService.updateAllChuanyunSelfCost();
|
|
|
}
|
|
|
|
|
|
/**
|