Commit 7513aae0 by guojuxing

同步菜单数据名称批量修改修复

parent 03933e66
......@@ -1066,6 +1066,8 @@ public class MenuApiServiceImpl implements MenuApiService {
//
if (!isGicApp) {
menuDTO.setMenuId(null);
//避免把子集的名称也给修改掉
menuDTO.setMenuName(null);
menuService.updatePageForHaobanApplet(menuDTO);
}
} else {
......
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