tomatozq %!s(int64=3) %!d(string=hai) anos
pai
achega
49f7689d53

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

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