Commit 3fc4e9b2 by guojuxing

第一层级应用的menu_code调整

parent 1d97563d
...@@ -996,6 +996,7 @@ public class MenuApiServiceImpl implements MenuApiService { ...@@ -996,6 +996,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(MenuPlatformTypeEnum.HAOBAN_APPLET_APP.getCode() + "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