Commit 7e4ac0dd authored by Quxl's avatar Quxl

xx

parent a3d3d1dc
...@@ -129,7 +129,7 @@ public class FilmServiceImpl implements FilmService { ...@@ -129,7 +129,7 @@ public class FilmServiceImpl implements FilmService {
} }
} }
} }
jdbcTemplate.save(enrolls); jdbcTemplate.batchSave(enrolls);
return keyHolder.getKey().longValue(); return keyHolder.getKey().longValue();
} }
......
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