java110
2021-09-28 2ff2d4d4d13c6f774a8ab682f66ef2770e7311eb
service-api/src/main/java/com/java110/api/smo/corder/impl/ListCordersSMOImpl.java
@@ -28,7 +28,7 @@
    @Override
    protected ResponseEntity<String> doBusinessProcess(IPageData pd, JSONObject paramIn) throws IOException {
        String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/corders.listCorders" + mapToUrlParam(paramIn);
        String apiUrl = "corders.listCorders" + mapToUrlParam(paramIn);
        ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "",