|
|
@ -82,12 +82,12 @@ public class ClassifyApi { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/beMyApiIndicatorsDetail") |
|
|
|
@GetMapping("/beMyApiIndicators") |
|
|
|
@ApiOperationSupport(order = 1) |
|
|
|
@ApiOperationSupport(order = 1) |
|
|
|
@ApiOperation(value = "我被考核的列表") |
|
|
|
@ApiOperation(value = "我被考核的列表") |
|
|
|
public R beMyApiIndicatorsDetail(@RequestParam Map<String, Object> params,Query query) { |
|
|
|
public R beMyApiIndicators(@RequestParam Map<String, Object> params,Query query) { |
|
|
|
IPage<IndicatorsVO> page = Condition.getPage(query); |
|
|
|
IPage<IndicatorsVO> page = Condition.getPage(query); |
|
|
|
R r = classifyService.beMyApiIndicatorsDetail(params,page); |
|
|
|
R r = classifyService.beMyApiIndicators(params,page); |
|
|
|
return r; |
|
|
|
return r; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|