Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/impl/MdmEngineServiceImpl.java
@@ -3352,6 +3352,12 @@ //checkReferConfig(referConfigVO); //使用业务类型查询 R<BtmTypeVO> allAttributeByBtmId = btmTypeClient.getAllAttributeByBtmId(referConfigVO.getReferType()); if (allAttributeByBtmId.getCode() != 200) { throw new ServiceException("业务类型feign接口调用错误!"); } if (Func.isEmpty(allAttributeByBtmId.getData())) { throw new VciBaseException("传入业务类型未查询到相应表单,请检查!"); } BtmTypeVO btmTypeVO = allAttributeByBtmId.getData(); /** * 加上查询最新版次