Commit 30ce3595 authored by Quxl's avatar Quxl

x

parent 14c85e78
......@@ -626,6 +626,8 @@ public class FilmServiceImpl implements FilmService {
strs.add(playactor.getPlayactor_name());
}
}
String keywords = StringUtil.join(", ", strs);
jdbcTemplate.executeUpdate("update fc_member_film set keywords = ? where id = ?", keywords, member_film_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