吴学文
2019-05-22 09ad6be415ae91bc49ea6ee7064ffd523e53cb6b
修改 业主房屋关系类 服务编码抒写错误bug 修复
2个文件已修改
6 ■■■■ 已修改文件
WebService/src/main/resources/components/owner-exit-room/ownerExitRoom.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-core/src/main/java/com/java110/core/smo/owner/IOwnerRoomRelInnerServiceSMO.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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 {