Commit 73b8cfbb authored by chenzhao's avatar chenzhao

修改bug

parent b9a98e4a
...@@ -278,10 +278,12 @@ public class FireTeamServiceImpl extends BaseService<FireTeamDto, FireTeam, Fire ...@@ -278,10 +278,12 @@ public class FireTeamServiceImpl extends BaseService<FireTeamDto, FireTeam, Fire
i.setCompany(fireTeam.getCompany()); i.setCompany(fireTeam.getCompany());
i.setCompanyName(fireTeam.getCompanyName()); i.setCompanyName(fireTeam.getCompanyName());
i.setCompanyCode(fireTeam.getCompanyCode()); i.setCompanyCode(fireTeam.getCompanyCode());
i.setIsDelete(false);
this.updateById(i); this.updateById(i);
}); });
} }
/*如果修改的队伍有下级队伍,所属单位一起修改 2021-10-18 陈召 结束*/ /*如果修改的队伍有下级队伍,所属单位一起修改 2021-10-18 陈召 结束*/
fireTeam.setIsDelete(false);
this.updateById(fireTeam); this.updateById(fireTeam);
} }
return fireTeam; return fireTeam;
......
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