Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeRuleController.java
@@ -214,4 +214,17 @@ return codeRuleService.clearAllCode(oid); } /** * 检查相似编码规则 * @param oid * @return 执行结果 */ @GetMapping("/checkLikeCodeRule") @ApiOperationSupport(order = 15) @ApiOperation(value = "检查相似编码规则", notes = "传入oid") public R checkLikeCodeRule(String oid){ return codeRuleService.checkLikeCodeRule(oid); } }