修改待阅类型

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