Commit 6edc11f6 by guojuxing

新建权限项修复:添加版本数据

parent 35bfabf3
......@@ -365,6 +365,8 @@ public class MenuApiServiceImpl implements MenuApiService {
menuDTO.setMenuName(params.getMenuName());
menuDTO.setParentId(params.getParentId());
menuDTO.setMenuType(MenuTypeEnum.ROLE.getCode());
menuDTO.setMenuVersion(record.getMenuVersion());
menuDTO.setMenuVersionName(record.getMenuVersionName());
setNormalFieldValue(menuDTO, record);
int menuId = 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