|
|
@@ -472,7 +472,7 @@ public class ProjectTaskController extends BaseController {
|
|
|
* @param yearMonth 年月份
|
|
|
* @return 数据
|
|
|
*/
|
|
|
- @GetMapping("/getMonthClockExport")
|
|
|
+ @PostMapping("/getMonthClockExport")
|
|
|
public void getMonthClockExport(@RequestParam("id") Integer id,@RequestParam("yearMonth") String yearMonth,HttpServletResponse response){
|
|
|
projectStaffRecordService.getMonthClockExport(id,yearMonth,response);
|
|
|
}
|