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