‘linchangsheng’ 9 달 전
부모
커밋
b41a0cd78f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      mall-server-api/src/main/java/com/gree/mall/manager/logic/notice/NoticeLogic.java

+ 2 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/notice/NoticeLogic.java

@@ -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);
             }