|
@@ -563,6 +563,7 @@ namespace GxPress.Repository.Implement
|
|
{
|
|
{
|
|
noticeListPageResult.Title = notice != null ? notice.Title : "";
|
|
noticeListPageResult.Title = notice != null ? notice.Title : "";
|
|
noticeListPageResult.TypeValue = notice != null ? notice.TypeValue : 0;
|
|
noticeListPageResult.TypeValue = notice != null ? notice.TypeValue : 0;
|
|
|
|
+ noticeListPageResult.SonId = notice != null ? notice.SonId : 0;
|
|
noticeListPageResult.Content = notice != null ? notice.Content : "[]";
|
|
noticeListPageResult.Content = notice != null ? notice.Content : "[]";
|
|
noticeListPageResult.UserName = user != null ? user.Name : "";
|
|
noticeListPageResult.UserName = user != null ? user.Name : "";
|
|
noticeListPageResult.SourceId = notice != null ? notice.SourceId : 0;
|
|
noticeListPageResult.SourceId = notice != null ? notice.SourceId : 0;
|