漏提交

This commit is contained in:
2022-04-15 10:22:28 +08:00
parent c8c3466719
commit e8a051273d
+1 -1
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;