Commit a770e20c authored by lixuan's avatar lixuan

feat: 房源

parent c47105ea
Pipeline #145507 canceled with stages
......@@ -214,6 +214,7 @@ public class HouseResourceServiceImpl implements HouseResourceService {
@Transactional(rollbackFor = Exception.class)
public void deleteHouseResourceById(String id) {
houseResourceMapper.deleteHouseResourceById(id);
houseResourceBusinessEntityInfoMappingMapper.deleteByHouseResourceId(id);
}
@Override
......
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