java110
2023-08-22 ded40ebbd1613490fc68190dbd92db5d7243267f
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;
    }