Compare commits
No commits in common. "0c94c4cd5e32e3985bd55f3307906b908775eb50" and "73cd23aee86484118a4aefe953e19a255d3132f5" have entirely different histories.
0c94c4cd5e
...
73cd23aee8
|
|
@ -1324,7 +1324,7 @@ export async function updateMenu(
|
||||||
if (!menuUrl) {
|
if (!menuUrl) {
|
||||||
await query(
|
await query(
|
||||||
`UPDATE screen_menu_assignments
|
`UPDATE screen_menu_assignments
|
||||||
SET is_active = 'N'
|
SET is_active = 'N', updated_date = NOW()
|
||||||
WHERE menu_objid = $1 AND company_code = $2`,
|
WHERE menu_objid = $1 AND company_code = $2`,
|
||||||
[Number(menuId), companyCode]
|
[Number(menuId), companyCode]
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue