漏提交

Test.EIImageViewer
hang 2022-04-15 10:22:28 +08:00
parent c8c3466719
commit e8a051273d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace IRaCIS.Application.Services
public string Get(testModel testModel)
{
var d = _repository.Where<User>().Select(t => t.FullName).FirstOrDefault();
//var d = _repository.Where<User>().Select(t => t.FullName).FirstOrDefault();
var c = _dicRepository.Where(t => t.ParentId != null).Select(t => t.MappedValue).First();
CultureInfo culture = CultureInfo.CurrentUICulture;