Commit 55ffde8d authored by Quxl's avatar Quxl

x

parent 31a6528b
......@@ -25,7 +25,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
@Override
public List<Map<String, Object>> queryFilmListByGroupId(Integer group_id) {
return jdbcTemplate.queryForList("select id, group_id, create_time, last_modify_time, film_no, en_name, cn_name from fc_member_film where group_id = ?", group_id);
return jdbcTemplate.queryForList("select id, user_group_id, create_time, last_modify_time, film_no, en_name, cn_name from fc_member_film where group_id = ?", group_id);
}
@Override
......
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