ludc
2023-07-19 bb4b009b55f66e3ff40f4073f7566c963adb1d1b
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeRuleController.java
@@ -224,7 +224,7 @@
   @GetMapping("/checkLikeCodeRule")
   @ApiOperationSupport(order = 15)
   @ApiOperation(value = "检查相似编码规则", notes = "传入oid")
   public R checkLikeCodeRule(String oid){
   public R checkLikeCodeRule(@Valid @RequestParam String oid){
      return codeRuleService.checkLikeCodeRule(oid);
   }