|
@@ -210,6 +210,7 @@ public class RefundManageService implements BaseService<RefundManage, RefundMana
|
|
// 更新房间状态
|
|
// 更新房间状态
|
|
ParkRoom room = roomMapper.selectByPrimaryKey(contractManage.getHouseId());
|
|
ParkRoom room = roomMapper.selectByPrimaryKey(contractManage.getHouseId());
|
|
room.setSoldStatus(4);
|
|
room.setSoldStatus(4);
|
|
|
|
+ room.setIsChoose(0);
|
|
roomMapper.updateByPrimaryKeySelective(room);
|
|
roomMapper.updateByPrimaryKeySelective(room);
|
|
// 更新定金管理 收取状态
|
|
// 更新定金管理 收取状态
|
|
RoomSelectionInfoExample example = new RoomSelectionInfoExample();
|
|
RoomSelectionInfoExample example = new RoomSelectionInfoExample();
|