田源
2023-10-30 158ac9bdc5d184a4dca8ff30755186f5ca2db771
Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeBasicSecController.java
@@ -88,7 +88,7 @@
   @PutMapping("/editSave")
   @ApiOperationSupport(order = 4)
   @ApiOperation(value = "修改 码段基础信息", notes = "codeBasicSecDTO")
   public R editSave(@RequestBody CodeBasicSecDTO codeBasicSecDTO){
   public R editSave(@RequestBody CodeBasicSecDTO codeBasicSecDTO) throws ServerException{
      boolean resBoolean;
      try {
         resBoolean = codeBasicSecService.editSave(codeBasicSecDTO);