Compare commits

..

No commits in common. "211114b33293c6e0682a38a9170e59d7318000f2" and "ffe30f18f02dab4a28c082f20c08a454ca082b54" have entirely different histories.

View File

@ -355,15 +355,7 @@ namespace APT.PF.WebApiControllers.Api.PF
//{
// return this.GetEntity<T_PF_FORM>(i => i.CODE == key, filter);
//}
var keyRedis = "formCode" + key + "_" + orgid;
if (CsRedisManager.KeyExists(keyRedis))
return CsRedisManager.GetClient().Get<T_PF_FORM>(keyRedis);
else
{
var data = this.GetEntity<T_PF_FORM>(i => i.CODE == key, new BaseFilter(orgid));
CsRedisManager.GetClient().Set(keyRedis, data);
return data;
}
return this.GetEntityByRedis<T_PF_FORM>(key, orgid);
// }
//}
//this.ThrowError("020000");5
@ -592,7 +584,7 @@ namespace APT.PF.WebApiControllers.Api.PF
"T_FM_ENUM_ITEM_","T_FM_ROLE_","T_FM_ROLE_MENU_PERM_","T_FM_ROLE_GROUP","T_FM_ROLE_GROUP_BELONG_ROLE_","T_FM_ROLE_MENU_PERM_",
"T_PF_BTN_","T_PF_COLUMN_","T_PF_EDIT_COLUMN_","T_PF_FORM_","T_PF_MENU_","T_PF_PAGE_EDIT_","T_PF_PAGE_TABLE_","T_PF_PARAM_ITEM_",
"T_PF_PARAM_SCHEME_","T_PF_QUERY_","opt_grouplist_","opt_list_","sort_","PAGE_EDIT_","PAGE_TABLE_","PAGE_TREE_",
"TABLE_PAGE_TABLES_","TABLE_USER_CONFIG_","USER_CUSTOM_CONFIG_","SEARCH_CONFIG_","{T_PF_FORM}","formCode"
"TABLE_PAGE_TABLES_","TABLE_USER_CONFIG_","USER_CUSTOM_CONFIG_","SEARCH_CONFIG_","{T_PF_FORM}"
};
//过滤 //"FM201_", 待办结束时间配置
List<string> delKeys = new List<string>();