上传文件前代码保存
This commit is contained in:
@@ -141,6 +141,17 @@ public class SysOaAttendanceController extends BaseController {
|
||||
return toAjax(iSysOaAttendanceService.deleteWithValidByIds(Arrays.asList(ids), true));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除人员考勤
|
||||
*
|
||||
* @param ids 主键串
|
||||
*/
|
||||
@Log(title = "人员考勤", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/all/{day}")
|
||||
public R<Void> delOaAttendanceAll(@PathVariable Long day) {
|
||||
return toAjax(iSysOaAttendanceService.delOaAttendanceAll(day));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 新增人员考勤
|
||||
|
||||
Reference in New Issue
Block a user