fix:修复时间映射问题
This commit is contained in:
@@ -16,8 +16,6 @@ namespace Yi.Framework.Module.OperLogManager
|
||||
{
|
||||
public override async Task<PagedResultDto<OperationLogGetListOutputDto>> GetListAsync(OperationLogGetListInputVo input)
|
||||
{
|
||||
var entity = await MapToEntityAsync(input);
|
||||
|
||||
RefAsync<int> total = 0;
|
||||
|
||||
var entities = await _DbQueryable.WhereIF(!string.IsNullOrEmpty(input.OperUser), x => x.OperUser.Contains(input.OperUser!))
|
||||
|
||||
Reference in New Issue
Block a user