tomatozq il y a 3 ans
Parent
commit
49f7689d53

+ 0 - 3
common/src/main/resources/mapper/business/WorkScheduleAttendance.xml

@@ -661,14 +661,11 @@
     <select id="findEmptyWorkMinuteList" resultMap="WorkScheduleAttendanceMap">
     <select id="findEmptyWorkMinuteList" resultMap="WorkScheduleAttendanceMap">
         select * from
         select * from
         business_work_schedule_attendance
         business_work_schedule_attendance
-        FORCE INDEX(`idx_record_time`,`idx_classify_result`)
         where
         where
         work_minute is null
         work_minute is null
         and
         and
         classify_='2'
         classify_='2'
         and
         and
-        result_ in ('1','2','3')
-        and
         del_flag=0
         del_flag=0
         and
         and
         record_time>'2021-10-01'
         record_time>'2021-10-01'