优化
This commit is contained in:
@ -461,6 +461,7 @@
|
||||
int i = iWgzAttendanceService.count(
|
||||
new LambdaQueryWrapper<WgzAttendance>().
|
||||
eq(WgzAttendance::getUserId, appUserId).
|
||||
eq(WgzAttendance::getApplyKey, recruitApplyId).
|
||||
eq(WgzAttendance::getRecruitId, appById.getId()).and(wrapper -> wrapper
|
||||
.isNotNull(WgzAttendance::getClockInTime)
|
||||
.or()
|
||||
|
Reference in New Issue
Block a user