java110
2022-07-19 b311c0d7aad6f77659e39fb4f7900d1f0ef9de93
service-api/src/main/java/com/java110/api/smo/inspection/impl/ListInspectionPlansSMOImpl.java
@@ -46,7 +46,7 @@
        Map paramMap = BeanConvertUtil.beanCovertMap(result);
        paramIn.putAll(paramMap);
        String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/inspectionPlan.listInspectionPlans" + mapToUrlParam(paramIn);
        String apiUrl = "inspectionPlan.listInspectionPlans" + mapToUrlParam(paramIn);
        ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "",