【fix bug】修改请求类型 OnlCgreportParamController.java
This commit is contained in:
+2
-2
@@ -54,8 +54,8 @@ public class OnlCgreportParamController {
|
|||||||
this.onlCgreportParamService.save(var1);
|
this.onlCgreportParamService.save(var1);
|
||||||
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("操作成功!");
|
||||||
|
|||||||
Reference in New Issue
Block a user