Skip to content

Commit

Permalink
[Fix][Web]Fix resources manage (#2500)
Browse files Browse the repository at this point in the history
* fix_resources_manage

* fix_resources_manage

* fix_resources_manage
  • Loading branch information
zackyoungh authored Nov 6, 2023
1 parent 9b76c75 commit ded5ae6
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 266 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Result<List<Resources>> udfResourcesList() {
* @return Result
*/
@PostMapping("/addOrUpdateByResourceId")
public Result<Void> saveOrUpdate(@RequestBody CommonDTO<List<Integer>> dto) {
public Result<Void> addOrUpdateByResourceId(@RequestBody CommonDTO<List<Integer>> dto) {
udfService.addOrUpdateByResourceId(dto.getData());
return Result.succeed();
}
Expand Down
Loading

0 comments on commit ded5ae6

Please sign in to comment.