wuxw
2021-04-23 fdf45f690fa4eca9191aa0fb6abf077e7b36ce06
service-community/src/main/java/com/java110/community/listener/parkingSpace/AbstractParkingSpaceBusinessServiceDataFlowListener.java
@@ -47,6 +47,7 @@
        businessParkingSpaceInfo.put("state", businessParkingSpaceInfo.get("state"));
        businessParkingSpaceInfo.put("communityId", businessParkingSpaceInfo.get("community_id"));
        businessParkingSpaceInfo.put("userId", businessParkingSpaceInfo.get("user_id"));
        businessParkingSpaceInfo.put("parkingType", businessParkingSpaceInfo.get("parking_type"));
        businessParkingSpaceInfo.remove("bId");
        businessParkingSpaceInfo.put("statusCd", statusCd);
    }
@@ -81,6 +82,7 @@
        currentParkingSpaceInfo.put("state", currentParkingSpaceInfo.get("state"));
        currentParkingSpaceInfo.put("communityId", currentParkingSpaceInfo.get("community_id"));
        currentParkingSpaceInfo.put("userId", currentParkingSpaceInfo.get("user_id"));
        currentParkingSpaceInfo.put("parkingType", currentParkingSpaceInfo.get("parking_type"));
        currentParkingSpaceInfo.put("operate", StatusConstant.OPERATE_DEL);