dangsn
2023-07-30 8b6a2a8255d9da50b90a086222583ba1b4a77c99
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/CodeReferBtmTypeServiceImpl.java
@@ -50,7 +50,7 @@
      conditionMap.put("domain", AppConstant.APPLICATION_NAME_CODE);
      baseQueryObject.setConditionMap(conditionMap);
      R<Page<BtmTypeVO>> btmTypeClientRefPage = btmTypeClient.getRefPage(baseQueryObject);
      if(btmTypeClientRefPage.getCode() != 200){
      if(!btmTypeClientRefPage.isSuccess()){
         throw new ServiceException("业务类型feign接口调用错误");
      }
      return btmTypeClientRefPage.getData();