|
|
|
@ -78,6 +78,8 @@ public class MenuMgtService implements IMenuMgtService {
|
|
|
|
|
if(mapper.selectMenuInfos(XitMenuInfoVO.builder().upperMenuNo(menuNo).build()).size() > 0)
|
|
|
|
|
throw BizRuntimeException.create("fail.common.delete.upperMenuExist");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//TODO: xit_menu_creat_dtls 해당 정보 삭제후 실행???
|
|
|
|
|
mapper.deleteMenuInfo(menuNo);
|
|
|
|
|
cacheService.evictAllMenuCache();
|
|
|
|
|
}
|
|
|
|
|