| | |
| | | |
| | | |
| | | |
| | | where a.IsValid == true |
| | | where a.IsValid == true && a.Itcode.Length<=20 && a.Itcode.Length > 8 |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Createtime) || (a.CreateTime >= Createtimestart && a.CreateTime <= Createtimeend)) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Name) || a.Name.Contains(searchEntity.Name.Trim())) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Itcode) || a.Name.Contains(searchEntity.Itcode.Trim())) |
| | | && (string.IsNullOrWhiteSpace(searchEntity.Itcode) || a.Itcode.Contains(searchEntity.Itcode.Trim())) |
| | | |
| | | select new FrameworkUserDTO |
| | | { |