Merge branch 'dev' of http://git.znkjfw.com/ak/zn-cloud into frx
This commit is contained in:
commit
24ab5dd06a
@ -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