瀏覽代碼

勤务模块

chenshudong 4 月之前
父節點
當前提交
b63a214a51

+ 2 - 1
airport-attendance/src/main/java/com/sundot/airport/attendance/service/impl/AttendancePostRecordServiceImpl.java

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