@@ -741,7 +741,6 @@
[self settting:2];
self.headerView.hidden = NO;
-
[UIView animateWithDuration:1 animations:^{
[self.tableView setContentOffset:CGPointMake(0, -121)];
@@ -1995,7 +1995,7 @@
if ([istoday isEqualToString:@"yes"] ) {
if (indexPath.row %2 == 0) {
if (model.startcl_time.length > 0) {
+ //上班打卡时间大于迟到时间
if ([self IsTime:model.latetime withTime:model.startcl_time] == 1) {
if ([self IsTime:model.seriousLateTime withTime:model.startcl_time] ==1) {