Commit f30421b2 authored by Quxl's avatar Quxl

x

parent f92ee338
......@@ -15,7 +15,7 @@ import com.egolm.film.api.service.ReviewService;
import com.egolm.film.util.SqlWhere;
@Service
public class UserReviewServiceImpl implements ReviewService {
public class ReviewServiceImpl implements ReviewService {
@Autowired
JdbcTemplate jdbcTemplate;
......
......@@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.egolm.common.bean.Rjx;
import com.egolm.common.jdbc.JdbcTemplate;
import com.egolm.common.jdbc.Page;
import com.egolm.film.api.service.ReviewService;
import com.egolm.film.api.service.UserTokenService;
......
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