@@ -240,7 +240,7 @@ public class ResidentInfoServiceImpl implements IResidentInfoService {
if (houseInfoRedidentList != null && !houseInfoRedidentList.isEmpty()) {
//新增房屋信息到房屋用户表中
TenantHelper.ignore(() -> {
- return houseInfoRedidentMapper.insertBatch(houseInfoRedidentList);
+ return houseInfoRedidentMapper.insertOrUpdateBatch(houseInfoRedidentList);
});
}