Commit 1b71f5b7 authored by Quxl's avatar Quxl

x

parent 88d2a695
......@@ -564,7 +564,6 @@ public class FilmServiceImpl implements FilmService {
}
}
jdbcTemplate.executeUpdate("delete from fc_member_film_enroll where film_id = ?", member_film_id);
jdbcTemplate.executeUpdate("delete from fc_member_film_enroll_ext where film_id = ?", member_film_id);
if(enrolls.size() > 0) {
jdbcTemplate.batchSave(enrolls);
}
......
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