【新增】word、excel判分考点
This commit is contained in:
@@ -78,6 +78,9 @@ public class ExamWpsXlsxController {
|
||||
@GetMapping("/getByNameList")
|
||||
public CommonResult<List<XlsxRespVO>> getXlsxByNameList(@RequestParam("title") String title) {
|
||||
ExamWpsXlsx xlsx = examWpsXlsxService.getXlsxByTitle(title);
|
||||
if (xlsx==null){
|
||||
return success(null );
|
||||
}
|
||||
return success(BeanUtils.toBean(examWpsXlsxService.getChildXlsxList(xlsx.getId()), XlsxRespVO.class));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user