修改待阅类型

This commit is contained in:
fuqingji
2022-03-24 15:21:19 +08:00
parent d23e85357e
commit fb464d610c

View File

@ -108,7 +108,7 @@ public class BizProjectNotificationServiceImpl extends BaseServiceImpl<BizProjec
.setReadingLevel(0)
.setReadingSourceUserId(user.getUserId())
.setReadingSourceUserCn(user.getFullName())
.setReadingType("3")
.setReadingType("1")
.setOperatorType("a");
//日志
BizProjectNotificationLog notificationLog = new BizProjectNotificationLog();
@ -135,7 +135,7 @@ public class BizProjectNotificationServiceImpl extends BaseServiceImpl<BizProjec
NoticeReadingUpdateRequestBody body = new NoticeReadingUpdateRequestBody();
body.setReadingCode(notification.getId())
.setReadingStatus(notification.getStatus())
.setReadingType("3");
.setReadingType("1");
//日志
BizProjectNotificationLog notificationLog = new BizProjectNotificationLog();
notificationLog.setId(PropertyUtils.getSnowflakeId())