mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-14 05:33:42 +08:00
description
This commit is contained in:
@@ -50,7 +50,7 @@ public class LibraryController {
|
||||
Library library = new Library();
|
||||
library.setId(libraryUpsertDto.id());
|
||||
library.setName(libraryUpsertDto.name());
|
||||
library.setDesc(libraryUpsertDto.desc());
|
||||
library.setDescription(libraryUpsertDto.description());
|
||||
libraryRepository.merge(library);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user