From 09ad6be415ae91bc49ea6ee7064ffd523e53cb6b Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 22 五月 2019 23:11:18 +0800
Subject: [PATCH] 修改 业主房屋关系类 服务编码抒写错误bug 修复

---
 java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java |    2 +-
 WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html b/WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html
index c2e4bfd..ae23426 100644
--- a/WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html
+++ b/WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html
@@ -8,11 +8,11 @@
                 </button>
             </div>
             <div class="modal-body">
-                <tr align="center"><th>纭鏄惁閫�鍑鸿鎴垮眿锛岄��鍑哄悗鍙互鍐嶆鍞崠</th></tr>
+                <tr align="center"><th>纭鏄惁閫�鎴匡紝閫�鎴垮悗鍙互鍐嶆鍞崠</th></tr>
             </div>
             <div class="modal-footer">
                 <button type="button" class="btn btn-secondary" data-dismiss="modal" >鐐归敊浜�</button>
-                <button type="button" class="btn btn-primary" v-on:click="exitRoom()">纭閫�鍑�</button>
+                <button type="button" class="btn btn-primary" v-on:click="doOwnerExitRoom()">纭閫�鍑�</button>
             </div>
         </div>
     </div>
diff --git a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
index 1b671ca..36cdb2a 100644
--- a/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
+++ b/java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java
@@ -17,7 +17,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "community-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "user-service", configuration = {FeignConfiguration.class})
 @RequestMapping("/ownerRoomRelApi")
 public interface IOwnerRoomRelInnerServiceSMO {
 

--
Gitblit v1.8.0