Commit fe0d6beb authored by Quxl's avatar Quxl

xxx

parent 5ec0ad60
......@@ -92,7 +92,7 @@ public class AdminAuthServiceImpl implements AdminAuthService {
@Override
public List<Integer> queryGroupFilmtypeList(Integer group_id) {
String s = "select film_type from fc_admin_group_filmtype where group_id = ?";
String s = "select film_type_id from fc_admin_group_filmtype where group_id = ?";
List<Integer> list = jdbcTemplate.queryForObjects(s, Integer.class, group_id);
return list;
}
......
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