java110
2020-05-28 f7b32b8f0143ea03f81ff5a54a5fd1fd208b921b
CommunityService/src/main/java/com/java110/community/listener/inspectionPlan/AbstractInspectionPlanBusinessServiceDataFlowListener.java
@@ -91,6 +91,12 @@
        currentInspectionPlanInfo.put("communityId", businessInspectionPlan.get("communityId"));
        currentInspectionPlanInfo.put("operate", StatusConstant.OPERATE_DEL);
        getInspectionPlanServiceDaoImpl().saveBusinessInspectionPlanInfo(currentInspectionPlanInfo);
        for (Object key : currentInspectionPlanInfo.keySet()) {
            if (businessInspectionPlan.get(key) == null) {
                businessInspectionPlan.put(key.toString(), currentInspectionPlanInfo.get(key));
            }
        }
    }