Commit a5e4688e authored by hongguangwu's avatar hongguangwu

事务

parent de1df0c3
......@@ -1137,7 +1137,8 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
* @Date: 2022/6/22 17:44
* @return: void
**/
private void saveOrUpdateData(List<TEmployeeInfo> saveList) {
@Transactional
public void saveOrUpdateData(List<TEmployeeInfo> saveList) {
TEmpEducation education;
for (TEmployeeInfo employeeInfo : saveList) {
// 新增档案
......
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