LAPTOP-FO2T5SIU\35838 6 months ago
parent
commit
1b319e948e

+ 1 - 0
pro-base/src/main/java/com/idea/paymentManagement/service/RefundManageService.java

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