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