|
|
public void getMonthClockExport(@RequestParam("id") Integer id,@RequestParam("yearMonth") String yearMonth,HttpServletResponse response){
|
|
public void getMonthClockExport(@RequestParam("id") Integer id,@RequestParam("yearMonth") String yearMonth,HttpServletResponse response){
|
|
|
projectStaffRecordService.getMonthClockExport(id,yearMonth,response);
|
|
projectStaffRecordService.getMonthClockExport(id,yearMonth,response);
|