From 22e8a676ee42c0d78b3526bcd9a635abbe8dca03 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 28 六月 2022 11:28:21 +0800
Subject: [PATCH] 优化databus bug

---
 java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
index af8520f..55d9163 100755
--- a/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
@@ -18,7 +18,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "user-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.user-service}", configuration = {FeignConfiguration.class})
 @RequestMapping("/ownerAttrApi")
 public interface IOwnerAttrInnerServiceSMO {
 
@@ -48,4 +48,12 @@
      */
     @RequestMapping(value = "/saveOwnerAttr", method = RequestMethod.POST)
     int saveOwnerAttr(@RequestBody OwnerAttrPo ownerAttrPo);
+    /**
+     * 鏌ヨ<p>灏忓尯妤�</p>鎬昏褰曟暟
+     *
+     * @param ownerAttrPo 鏁版嵁瀵硅薄鍒嗕韩
+     * @return 灏忓尯涓嬬殑灏忓尯妤艰褰曟暟
+     */
+    @RequestMapping(value = "/updateOwnerAttrInfoInstance", method = RequestMethod.POST)
+    int updateOwnerAttrInfoInstance(@RequestBody OwnerAttrPo ownerAttrPo);
 }

--
Gitblit v1.8.0