|
@@ -129,7 +129,7 @@ public class AppraiseApplyController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/apply/count")
|
|
|
- @ApiOperation(value = "评价申诉-列表")
|
|
|
+ @ApiOperation(value = "评价申诉-统计")
|
|
|
public ResponseHelper<PgAppraiseApplyCountBean> applyCount() {
|
|
|
PgAppraiseApplyCountBean count = appraiseRelaLogic.applyCount();
|
|
|
return ResponseHelper.success(count);
|