forked from Gitlink/microservices
5 lines
557 B
SQL
5 lines
557 B
SQL
SET FOREIGN_KEY_CHECKS = 0;
|
|
|
|
UPDATE `ruoyi-gitlink`.`sys_menu` SET `menu_name` = '审核会员列表', `parent_id` = 2116, `order_num` = 4, `path` = 'auditList', `component` = 'cms/member/AuditList/index', `query` = NULL, `is_frame` = 1, `is_cache` = 0, `menu_type` = 'C', `visible` = '0', `status` = '0', `perms` = 'zone:member:auditList', `icon` = 'AuditOutlined', `create_by` = 'admin', `create_time` = '2023-06-12 10:52:48', `update_by` = 'admin', `update_time` = '2023-06-14 09:39:36', `remark` = '' WHERE `menu_id` = 2167;
|
|
|
|
SET FOREIGN_KEY_CHECKS = 1; |