6 lines
655 B
MySQL
6 lines
655 B
MySQL
|
|
--任务:xxx
|
|||
|
|
|
|||
|
|
INSERT INTO `service_user`.`resource` (`platform_id`, `type`, `name`, `pid`, `system_default`, `url`, `level`, `owner`, `order_num`, `created`, `updated`, `yn`, `code`, `icon`, `target`, `html_code`, `status`, `route_url`) VALUES ( 20, 'menu', '仓储推送装备管理', 3000077, 0, '#/shop-view/goods/push-device-management', 2, 'seller', 5, '2022-05-05 10:21:42', NULL, 1, 3000084, NULL, '1', '1', 1, NULL);
|
|||
|
|
|
|||
|
|
--先保存上个sql获取resource_id,填到对应的地方
|
|||
|
|
INSERT INTO `service_user`.`role_resource` ( `platform_id`, `role_id`, `resource_id`, `created`, `updated`, `yn`) VALUES (20, 744, , '2024-07-11 09:38:20', NULL, 1);
|