yuxc
2023-06-15 d97fedd09ef0d768fe97f803b6568dbb96f74071
Source/UBCS/ubcs-service/ubcs-omd/src/main/java/com/vci/ubcs/omd/feign/BtmTypeClient.java
@@ -51,7 +51,7 @@
   @Override
   @GetMapping(GET_DETAIL)
   public R<BtmTypeVO> getDetail(String oid) {
      return R.data(btmTypeService.getAllAttributeByBtmOid(oid));
      return R.data(btmTypeService.getBtmTypeByOid(oid));
   }
   /**