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