|
@@ -206,7 +206,8 @@ public class AttendancePostRecordServiceImpl implements IAttendancePostRecordSer
|
|
206
|
|
206
|
|
|
207
|
@Override
|
207
|
@Override
|
|
208
|
public List<Long> queryKeIds() {
|
208
|
public List<Long> queryKeIds() {
|
|
209
|
- Map<String, Date> shiftTime = getShiftTime();
|
|
|
|
|
|
209
|
+// Map<String, Date> shiftTime = getShiftTime();
|
|
|
|
210
|
+ Map<String, Date> shiftTime = getShiftTimeNew();
|
|
210
|
List<Long> longs = attendancePostRecordMapper.queryKeIds(shiftTime.get("start"), shiftTime.get("end"));
|
211
|
List<Long> longs = attendancePostRecordMapper.queryKeIds(shiftTime.get("start"), shiftTime.get("end"));
|
|
211
|
if (CollectionUtil.isNotEmpty(longs)) {
|
212
|
if (CollectionUtil.isNotEmpty(longs)) {
|
|
212
|
return longs.stream().distinct().collect(Collectors.toList());
|
213
|
return longs.stream().distinct().collect(Collectors.toList());
|