From f1eac54b518fcfdf4f94811717515b2eb29780fd Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 08 九月 2021 21:12:48 +0800
Subject: [PATCH] 去除开始时间和结束事假
---
service-community/src/main/java/com/java110/community/listener/room/AbstractRoomBusinessServiceDataFlowListener.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/service-community/src/main/java/com/java110/community/listener/room/AbstractRoomBusinessServiceDataFlowListener.java b/service-community/src/main/java/com/java110/community/listener/room/AbstractRoomBusinessServiceDataFlowListener.java
index dbeccf4..6b0f1c5 100755
--- a/service-community/src/main/java/com/java110/community/listener/room/AbstractRoomBusinessServiceDataFlowListener.java
+++ b/service-community/src/main/java/com/java110/community/listener/room/AbstractRoomBusinessServiceDataFlowListener.java
@@ -54,8 +54,6 @@
businessRoomInfo.put("roomSubType", businessRoomInfo.get("room_sub_type"));
businessRoomInfo.put("roomRent", businessRoomInfo.get("room_rent"));
businessRoomInfo.put("roomArea", businessRoomInfo.get("room_area"));
- businessRoomInfo.put("startTime", businessRoomInfo.get("start_time"));
- businessRoomInfo.put("endTime", businessRoomInfo.get("end_time"));
businessRoomInfo.remove("bId");
businessRoomInfo.put("statusCd", statusCd);
}
@@ -97,8 +95,6 @@
currentRoomInfo.put("roomSubType", currentRoomInfo.get("room_sub_type"));
currentRoomInfo.put("roomRent", currentRoomInfo.get("room_rent"));
currentRoomInfo.put("roomArea", currentRoomInfo.get("room_area"));
- currentRoomInfo.put("startTime", currentRoomInfo.get("start_time"));
- currentRoomInfo.put("endTime", currentRoomInfo.get("end_time"));
currentRoomInfo.put("operate", StatusConstant.OPERATE_DEL);
getRoomServiceDaoImpl().saveBusinessRoomInfo(currentRoomInfo);
--
Gitblit v1.8.0