【fix bug】修改请求类型 OnlCgreportParamController.java
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ public class OnlCgreportParamController {
|
||||
return Result.OK("操作成功!");
|
||||
}
|
||||
|
||||
@PostMapping
|
||||
@PostMapping({"/edit"})
|
||||
public Result b(@RequestBody OnlCgreportParam var1) {
|
||||
this.onlCgreportParamService.updateById(var1);
|
||||
return Result.OK("操作成功!");
|
||||
|
||||
Reference in New Issue
Block a user