上下班缺卡定时任务
This commit is contained in:
@ -123,4 +123,9 @@ public interface IWgzAttendanceService extends IServicePlus<WgzAttendance> {
|
||||
*/
|
||||
BgtAttendanceDetailVO bgtAttendanceDetail(BgtAttendanceDetailDTO dto);
|
||||
|
||||
/**
|
||||
* 添加缺卡记录
|
||||
*/
|
||||
Boolean addAMissingCardRecord (List<WgzAttendance> list);
|
||||
|
||||
}
|
||||
|
||||
@ -631,4 +631,10 @@ public class WgzAttendanceServiceImpl extends ServicePlusImpl<WgzAttendanceMappe
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public Boolean addAMissingCardRecord(List<WgzAttendance> list) {
|
||||
return super.saveBatch(list);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user