【fix bug】修改请求类型 OnlCgreportParamController.java

This commit is contained in:
tianwenbo
2023-03-15 17:44:55 +08:00
parent 2ff4e0f2cf
commit dadcc2c421
@@ -54,8 +54,8 @@ public class OnlCgreportParamController {
this.onlCgreportParamService.save(var1);
return Result.OK("操作成功!");
}
@PostMapping
@PostMapping({"/edit"})
public Result b(@RequestBody OnlCgreportParam var1) {
this.onlCgreportParamService.updateById(var1);
return Result.OK("操作成功!");