bug:评分计算修改
This commit is contained in:
+2
-2
@@ -97,8 +97,8 @@ public class QualityEvaluationController extends BaseController<QualityEvaluatio
|
|||||||
|
|
||||||
@ApiOperation("查询评价分数")
|
@ApiOperation("查询评价分数")
|
||||||
@GetMapping("getScore")
|
@GetMapping("getScore")
|
||||||
public ResponseMessage<Map<String,Double>> getScore(String lawId){
|
public ResponseMessage<String> getScore(String lawId){
|
||||||
Map<String, Double> score = iQualityEvaluationService.getScore(lawId);
|
String score = iQualityEvaluationService.getScore(lawId);
|
||||||
|
|
||||||
return Result.success(score);
|
return Result.success(score);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user