人口基本信息- 修改房间人员删除不了的Bug
This commit is contained in:
parent
e986a5e6d0
commit
1080c90a09
@ -108,6 +108,9 @@ public class PopulationServiceImpl extends AbstractService implements IPopulatio
|
||||
save(token, populationVO);
|
||||
}
|
||||
}
|
||||
}else {
|
||||
// 全部删除
|
||||
populationDao.deleteByHouseId(houseId);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user