|
@@ -368,7 +368,8 @@ public class NoticeLogic {
|
|
|
for (NoticeWebsit noticeWebsit : noticeWebsits) {
|
|
|
NoticeRecord noticeRecord = new NoticeRecord();
|
|
|
noticeRecord.setId(noticeWebsit.getNoticeWebsitId());
|
|
|
- noticeRecord.setNoticeType(noticeWebsit.getType());
|
|
|
+ noticeRecord.setType(noticeWebsit.getType());
|
|
|
+ noticeRecord.setAdminNoticeType("WDTZ");
|
|
|
noticeRecord.setTitle(noticeWebsit.getTitle());
|
|
|
list.add(noticeRecord);
|
|
|
}
|