Commit 36ec8cd1ac783a79adf19baaf00671de9fe25c64

Authored by 姜超
1 parent 8a361f8c

feature(*): 修改个人考评

修改个人考评
fw-morax-server/src/main/java/cn/fw/morax/server/controller/app/EvalPoolController.java
@@ -99,10 +99,9 @@ public class EvalPoolController { @@ -99,10 +99,9 @@ public class EvalPoolController {
99 */ 99 */
100 @GetMapping("/own-detail") 100 @GetMapping("/own-detail")
101 @ControllerMethod("考评详情查询") 101 @ControllerMethod("考评详情查询")
102 - public Message<List<EvalUserRankStageVO>> evalPoolOwnDetail(@CurrentUser Long userId,  
103 - @Valid EvalUserRankDTO dto) {  
104 - dto.initMonthly();  
105 - dto.setUserId(userId); 102 + public Message<List<EvalUserRankStageVO>> evalPoolOwnDetail(@CurrentUser Long userId) {
  103 +// dto.initMonthly();
  104 +// dto.setUserId(userId);
106 // return success(evalGroupPoolService.queryRankStagePools(dto)); 105 // return success(evalGroupPoolService.queryRankStagePools(dto));
107 return success(); 106 return success();
108 } 107 }