From 7ff6e6ac3d2cca7593162eb49d135cc0cb6b9105 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 11 一月 2022 10:15:54 +0800
Subject: [PATCH] 云卓全景支付 开发完成

---
 service-api/src/main/java/com/java110/api/smo/undo/impl/UndoSMOImpl.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/service-api/src/main/java/com/java110/api/smo/undo/impl/UndoSMOImpl.java b/service-api/src/main/java/com/java110/api/smo/undo/impl/UndoSMOImpl.java
index 877b4f7..7143516 100644
--- a/service-api/src/main/java/com/java110/api/smo/undo/impl/UndoSMOImpl.java
+++ b/service-api/src/main/java/com/java110/api/smo/undo/impl/UndoSMOImpl.java
@@ -53,7 +53,7 @@
 
         JSONObject doing = new JSONObject();
         //鏌ヨ 鎶ヤ慨寰呭姙
-        String apiUrl = ServiceConstant.SERVICE_API_URL + "/api/ownerRepair.listStaffRepairs" + mapToUrlParam(paramIn);
+        String apiUrl = "ownerRepair.listStaffRepairs" + mapToUrlParam(paramIn);
         ResponseEntity<String> responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -67,7 +67,7 @@
         paramIn.put("staffId", result.getUserId());
 
 
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/auditUser.listAuditComplaints" + mapToUrlParam(paramIn);
+        apiUrl = "auditUser.listAuditComplaints" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -78,7 +78,7 @@
             doing.put("complaint", "0");
         }
         //閲囪喘寰呭姙
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/auditUser.listAuditOrders" + mapToUrlParam(paramIn);
+        apiUrl = "auditUser.listAuditOrders" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -89,7 +89,7 @@
             doing.put("purchase", "0");
         }
         //鐗╁搧棰嗙敤寰呭姙
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/collection/getCollectionAuditOrder" + mapToUrlParam(paramIn);
+        apiUrl = "/collection/getCollectionAuditOrder" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -102,7 +102,7 @@
 
         //contract/queryContractTask
         //鍚堝悓璧疯崏寰呭姙
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/contract/queryContractTask" + mapToUrlParam(paramIn);
+        apiUrl = "/contract/queryContractTask" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -114,7 +114,7 @@
         }
         //contract/queryContractTask
         //鍚堝悓鍙樻洿
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/contract/queryContractChangeTask" + mapToUrlParam(paramIn);
+        apiUrl = "/contract/queryContractChangeTask" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);
@@ -126,7 +126,7 @@
         }
 
         //鍚堝悓鍙樻洿
-        apiUrl = ServiceConstant.SERVICE_API_URL + "/api/resourceStore.listAllocationStoreAuditOrders" + mapToUrlParam(paramIn);
+        apiUrl = "resourceStore.listAllocationStoreAuditOrders" + mapToUrlParam(paramIn);
         responseEntity = this.callCenterService(restTemplate, pd, "",
                 apiUrl,
                 HttpMethod.GET);

--
Gitblit v1.8.0