变更查看当前用户今日打卡返回实体
This commit is contained in:
@ -261,9 +261,9 @@ public class WgzAppController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 【考勤打卡】【打卡】 提交上下班打卡·查看当前用户的打卡状态(0上班 1下班 2请假)
|
||||
* 【考勤打卡】【打卡】 提交上下班打卡·查看当前用户的打卡状态
|
||||
*/
|
||||
@ApiOperation("【考勤打卡】【打卡】 提交上下班打卡·用户今日打卡状态(0上班 1下班 2请假)")
|
||||
@ApiOperation("【考勤打卡】【打卡】 提交上下班打卡·用户今日打卡状态")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userClockingCondition')")
|
||||
@GetMapping("/WgzAppUserClockingCondition")
|
||||
public AjaxResult<WgzAppUserClockingConditionRes> userClockingCondition() {
|
||||
|
Reference in New Issue
Block a user