3.17优化
This commit is contained in:
@ -304,8 +304,8 @@
|
||||
@ApiOperation("【考勤打卡】【打卡日历】 打卡日历记录")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userPunchTheCalendarRecord')")
|
||||
@GetMapping("/WgzAppUserPunchTheCalendarRecord")
|
||||
public AjaxResult<WgzAppPunchTheCalendarRecordRes> userPunchTheCalendarRecord() {
|
||||
return AjaxResult.success(iWgzAttendanceService.userPunchTheCalendarRecord());
|
||||
public AjaxResult<WgzAppPunchTheCalendarRecordRes> userPunchTheCalendarRecord(@Validated WgzAppUserPunchTheCalendarRecordReq req) {
|
||||
return AjaxResult.success(iWgzAttendanceService.userPunchTheCalendarRecord(req));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user