jdbcTemplate.executeUpdate("update fc_member_film set play_shanghai = ?, last_modify_time = ? where id = ?",play_shanghai,last_modify_time,member_film_id);
jdbcTemplate.executeUpdate("update fc_member_film set play_shanghai = ?, last_modify_time = ? where member_id = ? and id = ?",play_shanghai,last_modify_time,member_id,member_film_id);
jdbcTemplate.executeUpdate("delete from fc_member_film_show where film_id = ?",member_film_id);