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