|
|
@@ -335,8 +335,8 @@ public class ClassGradeController extends BaseController {
|
|
|
@ApiOperation("周导出学员学时列表")
|
|
|
@PreAuthorize("@ss.hasPermi('system:profile:export')")
|
|
|
@Log(title = "周导出学员学时列表", businessType = BusinessType.EXPORT)
|
|
|
- @GetMapping("/exportWeek")
|
|
|
- public AjaxResult<Map<String,Object>> exportWeek(ClassGradeUserQueryBo bo) {
|
|
|
+ @PostMapping("/exportWeek")
|
|
|
+ public AjaxResult<Map<String,Object>> exportWeek(@RequestBody ClassGradeUserQueryBo bo) {
|
|
|
String fileName = "";
|
|
|
if(Validator.isEmpty(bo.getStudyStatus())){
|
|
|
bo.setStudyStatus(0);
|