去除引用common.props
This commit is contained in:
@@ -120,7 +120,7 @@ public class MessageService : IMessageService, IDynamicApiController, ITransient
|
||||
title = a.Title,
|
||||
type = a.Type,
|
||||
isRead = b.IsRead,
|
||||
flowType=a.FlowType
|
||||
flowType = a.FlowType
|
||||
}).ToPagedListAsync(input.currentPage, input.pageSize);
|
||||
return PageResult<MessageListOutput>.SqlSugarPageResult(list);
|
||||
}
|
||||
@@ -414,7 +414,7 @@ public class MessageService : IMessageService, IDynamicApiController, ITransient
|
||||
//modifyby zhoukeda 20230704 定时任务发起的推送消息没有user
|
||||
string userManagerUserId = _userManager.UserId ?? "";
|
||||
string userManagerTenantId = _userManager.TenantId ?? "";
|
||||
|
||||
|
||||
MessageEntity entity = new MessageEntity();
|
||||
entity.Id = SnowflakeIdHelper.NextId();
|
||||
entity.Title = title;
|
||||
|
||||
Reference in New Issue
Block a user