修改待阅类型
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user