Commit a39f6e40 authored by yiwenshao's avatar yiwenshao

all in one key

parent 0748e564
oAGG:MBJCEBSDPOoADD
...@@ -451,12 +451,12 @@ freeKey(PKCS * key) ...@@ -451,12 +451,12 @@ freeKey(PKCS * key)
string string
getLayerKey(const AES_KEY * const mKey, string uniqueFieldName, getLayerKey(const AES_KEY * const mKey, string uniqueFieldName,
SECLEVEL l) { SECLEVEL l) {
if (l == SECLEVEL::DETJOIN) { // if (l == SECLEVEL::DETJOIN) {
return getKey(mKey, "joinjoin", l); // return getKey(mKey, "joinjoin", l);
} // }
if (l == SECLEVEL::OPEFOREIGN){ // if (l == SECLEVEL::OPEFOREIGN){
return getKey(mKey,"foreignjoin",l); // return getKey(mKey,"foreignjoin",l);
} // }
return getKey(mKey, "uniqueFieldName", l);//disable layer key temporarily. shaoyiwen return getKey(mKey, "uniqueFieldName", l);//disable layer key temporarily. shaoyiwen
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment