优化
This commit is contained in:
@ -203,7 +203,7 @@
|
||||
*/
|
||||
@ApiOperation("【我的】【岗前培训】分数查询")
|
||||
//@PreAuthorize("@ss.hasPermi('wgzApp:user:userScoreQuery')")
|
||||
@PostMapping("/WgzUserScoreQuery")
|
||||
@GetMapping("/WgzUserScoreQuery")
|
||||
public AjaxResult<WgzAppUserScoreQuery> userScoreQuery() {
|
||||
Long appUserId = SecurityUtils.getAppUserId();
|
||||
return AjaxResult.success(iWgzQuestionSaveService.userScoreQuery(appUserId));
|
||||
|
Reference in New Issue
Block a user