|
@@ -458,7 +458,7 @@ namespace GxPress.Service.Implement.Collection
|
|
}
|
|
}
|
|
|
|
|
|
//笔记
|
|
//笔记
|
|
- if (collectionType == GxPress.EnumConst.AllTypeConst.Notice.GetHashCode() || collectionType == 21)
|
|
|
|
|
|
+ if (collectionType == GxPress.EnumConst.AllTypeConst.Note.GetHashCode() || collectionType == 21)
|
|
{
|
|
{
|
|
var note = await _noteRepository.GetAsync(collectionDataId);
|
|
var note = await _noteRepository.GetAsync(collectionDataId);
|
|
if (note != null)
|
|
if (note != null)
|