Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/CodeReferBtmTypeServiceImpl.java
@@ -19,7 +19,6 @@
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.rmi.ServerException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
@@ -50,7 +49,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();