TASK:公共标签;

This commit is contained in:
shahaibo
2024-01-04 14:45:20 +08:00
parent 3b37e8644c
commit f2a8a82821

View File

@@ -245,6 +245,7 @@ public class ClassificationServiceImpl implements ClassificationService {
classificationRelLibrary.setClassificationId(classificationId);
classificationRelLibrary.setLibraryId(libraryId);
classificationRelLibrary.setCreateTime(LocalDateTime.now());
classificationRelLibrary.setIsDeleted(0);
classificationRelLibraryMapper.insert(classificationRelLibrary);
}
}