Commit f6c7fcf3 authored by Quxl's avatar Quxl

x

parent c8911d03
...@@ -132,7 +132,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -132,7 +132,7 @@ public class ReviewServiceImpl implements ReviewService {
@Override @Override
public List<Map<String, Object>> queryBestMvListByGroup(String keyword, Integer user_group_id, Integer review_state, Integer review_round, String ext_type, Page page) { public List<Map<String, Object>> queryBestMvListByGroup(String keyword, Integer user_group_id, Integer review_state, Integer review_round, String ext_type, Page page) {
XRException.assertNotBlank("获奖类型不能空", ext_type); XRException.assertNotBlank("获奖类型不能空", ext_type);
XRException.assertNotBlank("选片轮数不能为空", review_round); XRException.assertNotBlank("选片轮数不能为空", review_round);
String sql = "" String sql = ""
+ "select " + "select "
......
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