Commit 4e580fc1 authored by Quxl's avatar Quxl

x

parent 19fad9d3
package com.egolm.film.api.web.report; package com.egolm.film.api.web.report;
import java.util.Date;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
......
...@@ -30,13 +30,13 @@ import io.swagger.annotations.ApiOperation; ...@@ -30,13 +30,13 @@ import io.swagger.annotations.ApiOperation;
public class UserReviewController { public class UserReviewController {
@Autowired @Autowired
private UserTokenService tokenService; UserTokenService tokenService;
@Autowired @Autowired
private ReviewService service; ReviewService service;
@Autowired @Autowired
private FilmService filmService; FilmService filmService;
@ResponseBody @ResponseBody
@PostMapping("review_list") @PostMapping("review_list")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment