报错的日志: --------------------------------------------------------------- the next sqlcmd fetch many rows[more than 10000]: 16981 select a.rec_id,b.dept_id,b.emp_id,b.emp_id,a.card_no,a.mark_date, a.mark_time,a.gather_id,a.ip,a.rec_io_flag from timer_original_rec a,emp b where a.card_no=b.emp_card_no and ( (a.mark_date>'20150831' and a.mark_date<'20151001') or (a.mark_date='20150831' and a.mark_time>='120000') or (a.mark_date='20151001' and a.mark_time<='120000') ) order by a.card_no,a.mark_date,a.mark_time --------------------------------------------------------------- --------------------------------------------------------------- the next sqlcmd fetch many rows[more than 10000]: 17001 select gather_id,rec_id,card_no,mark_date,mark_time,add_cause,ip,source_id,rec_io_flag from timer_original_rec where ( (mark_date>'20150831' and mark_date<'20151001') or (mark_date='20150831' and mark_time>='080000') or (mark_date='20151001' and mark_time<='160000') ) order by card_no,mark_date,mark_time --------------------------------------------------------------- --------------------------------------------------------------- the next sqlcmd fetch many rows[more than 10000]: 17001 commit --------------------------------------------------------------- --------------------------------------------------------------- the next sqlcmd fetch many rows[more than 10000]: 22997 select emp_id,class_date,group_id,dept_id,card_no,create_date,create_user_id,class_id,on_date,on_time_1,off_time_1,on_time_2, off_time_2,on_time_3,off_time_3,on_time_4,off_time_4,on_time_5,off_time_5,total_minute,on_late_minute,off_early_minute,overtime_minute, factor_overtime_minute,process_result,manual_result_id,manual_result_val,manual_result_id2,manual_result_val2,note_info,absent_minute, n1,n2,s1,n3,n4,n5,n6,n7,n8 from timer_list where 1 = 1 and emp_id in (select emp_id from emp where state in ('A','B') ) order by class_date,dept_id,emp_id --------------------------------------------------------------- |