@@ -37,6 +37,14 @@ public class TestController {
}
/**
+ * 更新所有每天工时
+ */
+ @GetMapping("/test/api/updateAllChuanyunSelfWorkHour")
+ public void updateAllChuanyunSelfWorkHour(){
+ logUpdateService.updateAllChuanyunSelfWorkHour();
+ }
+
+ /**
* 更新所有每周工时
*/
@GetMapping("/test/api/updateChuanyunWeekMemberHour")