租赁推送数据到智慧工程和仓储
This commit is contained in:
parent
716b074361
commit
469f606a49
|
|
@ -1,2 +0,0 @@
|
|||
--任务:xxx
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
--任务: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);
|
||||
Loading…
Reference in New Issue