메뉴 수정 안되는 현상 수정
This commit is contained in:
@@ -1324,7 +1324,7 @@ export async function updateMenu(
|
||||
if (!menuUrl) {
|
||||
await query(
|
||||
`UPDATE screen_menu_assignments
|
||||
SET is_active = 'N', updated_date = NOW()
|
||||
SET is_active = 'N'
|
||||
WHERE menu_objid = $1 AND company_code = $2`,
|
||||
[Number(menuId), companyCode]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user