| | |
| | | [SugarColumn(ColumnName = "F_TYPE")] |
| | | public int Ftype { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 查询是否检验超2.5h(0:不超 、1:超) |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "JYCS")] |
| | | public int JYCS { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? UserName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | .WhereIF(queryObj.SelectedIndex == "2" && queryObj.SearchValue != null && queryObj.SearchValue != "", (a, b, d) => (a.ItemName.ToLower().Contains(queryObj.SearchValue.ToLower()))) |
| | | .WhereIF(queryObj.SelectedIndex == "3" && queryObj.SearchValue != null && queryObj.SearchValue != "", (a, b, d) => (a.SuppName.ToLower().Contains(queryObj.SearchValue.ToLower()))) |
| | | .WhereIF(queryObj.SelectedIndex == "4" && queryObj.SearchValue != null && queryObj.SearchValue != "", (a, b, d, e) => (e.Fname.ToLower().Contains(queryObj.SearchValue.ToLower()))) |
| | | .OrderByDescending((a, b, d) => a.Id) |
| | | //.OrderByDescending((a, b, d) => a.Id) |
| | | .Select((a, b, d, e, f, g,h,i) => new LtsLlj |
| | | { |
| | | //UserName = g.Fname, |