fix(自定义对比): 单元格编辑问题修复
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ public class LawsCustomCompareInfoController {
|
||||
@AutoLog(value = "自定义对比-单元格内容保存")
|
||||
@ApiOperation(value="自定义对比-单元格内容保存", notes="自定义对比-单元格内容保存")
|
||||
@PostMapping(value = "/saveCell")
|
||||
public Result<IPage<StandardVO>> saveCell(LawsCustomCompareCell lawsCustomCompareCell) {
|
||||
public Result<IPage<StandardVO>> saveCell(@RequestBody LawsCustomCompareCell lawsCustomCompareCell) {
|
||||
lawsCustomCompareCellService.save(lawsCustomCompareCell);
|
||||
return Result.OK(MessageUtils.getMessage(ResultCommon.OK));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user