Your Name
2023-07-05 4ed693f48d1435de7a6333df17c2b34154731429
service-api/src/main/java/com/java110/api/smo/advert/impl/EditAdvertSMOImpl.java
@@ -50,7 +50,7 @@
        super.validateStoreStaffCommunityRelationship(pd, restTemplate);
        responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
                ServiceConstant.SERVICE_API_URL + "/api/advert.updateAdvert",
                "advert.updateAdvert",
                HttpMethod.POST);
        return responseEntity;
    }