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

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