Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeRuleService.java
@@ -108,6 +108,16 @@ Collection<CodeRuleVO> listCodeRuleByOids(Collection<String> oidCollections) throws VciBaseException; /** * 主键批量获取主数据编码规则 * * @param oidCollections 主键集合,但是受性能影响,建议一次查询不超过10000个 * @param hasSec 是否包含码段 * @return 主数据编码规则显示对象 * @throws VciBaseException 查询出现异常时会抛出 */ Collection<CodeRuleVO> listCodeRuleByIds(Collection<String> oidCollections,boolean hasSec)throws VciBaseException ; /** * 参照主数据编码规则列表 * @param bladeQueryObject 查询条件 * @return 主数据编码规则显示对象列表,生效的内容