Commit d286d114 authored by Quxl's avatar Quxl

x

parent c5d561d5
......@@ -41,7 +41,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
}
@Override
public List<Map<String, Object>> queryFilmList(Integer enroll_type_id, String film_country, Page page) {//TODO
public List<Map<String, Object>> queryFilmList(Integer enroll_type_id, String film_country, Page page) {
String table = "fc_member_film";
if(enroll_type_id != null) {
table = "(select mf.* from fc_member_film mf, fc_member_film_enroll mfe where mf.id = mfe.film_id and mfe.enroll_type_id = " + enroll_type_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