Commit 6e8e0742 by songyinghui

feature: 知识库历史商户菜单

parent 8a55b902
......@@ -635,8 +635,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
}
List<String> menuCodes = new ArrayList<>();
menuCodes.add("publishMaterial");
menuCodes.add("userCenter_createCenter");
menuCodes.add("knowledgeBase");
for (String tempId : enterpriseIds) {
if (StringUtils.isNotBlank(enterpriseId) && !StringUtils.equalsIgnoreCase(enterpriseId, tempId)) {
......
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