Commit d4ea76a7 authored by chenzhao's avatar chenzhao

修改bug

parent aa4ea503
...@@ -261,7 +261,7 @@ public class FirefightersServiceImpl extends BaseService<FirefightersDto, Firefi ...@@ -261,7 +261,7 @@ public class FirefightersServiceImpl extends BaseService<FirefightersDto, Firefi
orgUsrService.saveFirefightersPost(peopleInfoDto.getPostEduDtoObj(), id); orgUsrService.saveFirefightersPost(peopleInfoDto.getPostEduDtoObj(), id);
// 3.消防人员更新消防表 // 3.消防人员更新消防表
if ("1".equals(peopleInfoDto.getFirefighters().getPeopleType())){ if ("1601".equals(peopleInfoDto.getFirefighters().getPeopleType())){
// 更新紧急联系人 // 更新紧急联系人
ifirefightersContactsService.updateById(peopleInfoDto.getFirefightersContacts()); ifirefightersContactsService.updateById(peopleInfoDto.getFirefightersContacts());
} }
......
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