This commit is contained in:
zt
2025-03-28 17:01:54 +08:00
parent b4491e0848
commit 382af7790e

View File

@ -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()