Commit 45663a6a by guojuxing

第一层级应用的menu_code调整

parent 4fa591db
...@@ -995,6 +995,7 @@ public class MenuApiServiceImpl implements MenuApiService { ...@@ -995,6 +995,7 @@ public class MenuApiServiceImpl implements MenuApiService {
//好办小程序应用生成一份和好办应用同样的数据 //好办小程序应用生成一份和好办应用同样的数据
if (!isGicApp) { if (!isGicApp) {
menuDTO.setPlatformType(MenuPlatformTypeEnum.HAOBAN_APPLET_APP.getCode()); menuDTO.setPlatformType(MenuPlatformTypeEnum.HAOBAN_APPLET_APP.getCode());
menuDTO.setMenuCode("noParentCode-" + System.currentTimeMillis());
menuService.savePage(menuDTO); menuService.savePage(menuDTO);
} }
} }
......
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