修改cache key格式
This commit is contained in:
@@ -81,7 +81,7 @@ public class DataRecord
|
||||
{
|
||||
if (TryGetField(record, columnName, out var value))
|
||||
{
|
||||
return $"{TableName}_{columnName}_{value}";
|
||||
return $"{TableName}_{value}";
|
||||
}else
|
||||
throw new IndexOutOfRangeException($"Column name:{columnName} not found in this record.");
|
||||
|
||||
|
Reference in New Issue
Block a user