@ -634,6 +634,6 @@ public class RedisKeys {
* @return
*/
public static String getOrgTreeCacheKey(String agencyId) {
return rootPrefix.concat("ic:temp:orgtree").concat(agencyId);
return rootPrefix.concat("org:temp:orgtree").concat(agencyId);
}