Commit a2d67025 authored by Quxl's avatar Quxl

x

parent 83eb1f45
......@@ -45,6 +45,7 @@ public class WebApiController {
@ApiOperation("查询参与评审环节的评委组")
@ApiImplicitParams({
@ApiImplicitParam(paramType="query", dataType="string", name="timestamp"),
@ApiImplicitParam(paramType="query", dataType="string", name="sign"),
})
public Object getFilmList() {
String sql0 = "select mf.id, mf.film_no, mf.cn_name, mf.en_name, mf.film_country, r.enroll_type_id, r.review_state, mf.film_type_name_short from fc_member_film mf left join fc_review r on r.film_id = mf.id, fc_film_group fg where mf.film_group_id = fg.id";
......
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