Compare commits
2 Commits
482d4b7668
...
24ab5dd06a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
24ab5dd06a | ||
![]() |
ffd92607e2 |
@ -113,7 +113,7 @@ public class AttendanceController {
|
||||
|
||||
|
||||
@GetMapping("/generateHolidayToRedis")
|
||||
@Operation(summary = "生成假期信息到redis(调用一次即可不需要重复调 需要开发人员手动调)")
|
||||
@Operation(summary = "生成假期信息到redis(每年年底 下一年节假日信息发布出来后 调用一次即可不需要重复调 需要开发人员手动调)")
|
||||
@PermitAll
|
||||
public CommonResult<?> generateHolidayToRedis(Integer year) {
|
||||
attendanceService.generateHolidayToRedis(year);
|
||||
|
Loading…
Reference in New Issue
Block a user