增加考勤招工申请主键自增id
This commit is contained in:
@ -365,6 +365,16 @@
|
|||||||
return AjaxResult.success(iWgzReissueacardService.userReplacementCardRecordDetails(id));
|
return AjaxResult.success(iWgzReissueacardService.userReplacementCardRecordDetails(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 【考勤打卡】【打卡日历】 补卡记录·详情
|
||||||
|
*/
|
||||||
|
@ApiOperation("【考勤打卡】【打卡日历】 补卡记录·详情)")
|
||||||
|
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userAttendanceStatistics')")
|
||||||
|
@GetMapping("/WgzAppUserAttendanceStatistics")
|
||||||
|
public AjaxResult<WgzAppUserReplacementCardRecordDetailsRes> userAttendanceStatistics(@Validated Long id) {
|
||||||
|
return AjaxResult.success(iWgzReissueacardService.userReplacementCardRecordDetails(id));
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 【首页】【项目详情】 项目详情
|
* 【首页】【项目详情】 项目详情
|
||||||
*/
|
*/
|
||||||
|
@ -213,6 +213,7 @@ public class WgzPayCalculationServiceImpl extends ServicePlusImpl<WgzPayCalculat
|
|||||||
WgzPayCalculation wgzPayCalculation = new WgzPayCalculation();
|
WgzPayCalculation wgzPayCalculation = new WgzPayCalculation();
|
||||||
BeanUtils.copyProperties(req,wgzPayCalculation);
|
BeanUtils.copyProperties(req,wgzPayCalculation);
|
||||||
wgzPayCalculation.
|
wgzPayCalculation.
|
||||||
|
setApplyKey(recruitApply.getId()).
|
||||||
setUserId(user.getUserId()).
|
setUserId(user.getUserId()).
|
||||||
setUserName(byUserId.getUsername()).
|
setUserName(byUserId.getUsername()).
|
||||||
setAuditorUserId(recruit.getUserId());
|
setAuditorUserId(recruit.getUserId());
|
||||||
|
Reference in New Issue
Block a user