wuxw
2022-11-19 e75b54b2db44d0096fc8afddc39f6fc8c40e6786
service-api/src/main/java/com/java110/api/smo/inspection/impl/EditInspectionPlanSMOImpl.java
@@ -48,7 +48,7 @@
        super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/inspectionPlan.updateInspectionPlan",
                "inspectionPlan.updateInspectionPlan",
                HttpMethod.POST);
        return responseEntity;
    }