Compare commits

..

No commits in common. "12ddeba2a32140e450eb24ef5e588a6a52e96f1f" and "8a24b33757215672ac1a5db6a93aa743978fe00a" have entirely different histories.

2 changed files with 0 additions and 6 deletions

View File

@ -121,9 +121,7 @@ namespace IRaCIS.Core.Application.ViewModel
public class InternationalizationSimpleDto : BatchInternationalizationDto
{
public string Version { get; set; }
public DateTime CreateTime { get; set; }
}
public class BatchUpdateInfoCommand

View File

@ -45,10 +45,6 @@ namespace IRaCIS.Core.Application.Service
ValueCN = t.ValueCN,
FrontType = t.FrontType,
Description = t.Description,
Module=t.Module,
State = t.State,
Version=t.PublishLog.Version,
CreateTime = t.CreateTime,
}).ToListAsync();
await _fusionCache.SetAsync<List<InternationalizationSimpleDto>>(CacheKeys.FrontInternational, list, TimeSpan.FromDays(1));