aw3843: correction on SMDMax
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
This commit is contained in:
@@ -74,7 +74,6 @@ namespace FarmMapsAPI.Carbon.Models
|
||||
|
||||
public List<(string, int, string)> KeysWhereCropKeyExists(int year, string crop)
|
||||
{
|
||||
//return TrippleKeyParam.Where(x => x.Value.Any(y => y.Key == column)).Select(s=>s.Key).ToList();
|
||||
return TrippleKeyParam.Where(x => x.Key.Item2 == year && x.Key.Item3.ToLower() == crop.ToLower()).Select(s=>s.Key).ToList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user