修改cache key格式
This commit is contained in:
parent
97e359468f
commit
854111315b
@ -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.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user