Compare commits
2 Commits
56e3018b36
...
fe9c33009e
| Author | SHA1 | Date | |
|---|---|---|---|
| fe9c33009e | |||
| 1f573ba2de |
4
sql/shop/dev/202506013_2_dml.sql
Normal file
4
sql/shop/dev/202506013_2_dml.sql
Normal file
@ -0,0 +1,4 @@
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311218') where `path` ='/admin/shop/shop-base-product-category/list'; -- 分类管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311220') where `path` ='/admin/shop/shop-base-product-brand/list'; -- 品牌管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311219') where `path` ='/admin/shop/shop-base-product-type/list'; -- 类型管理
|
||||
update admin_base_protocol set rights_id=CONCAT_WS(',',rights_id,'311221') where `path` ='/admin/shop/shop-base-product-spec/list'; -- 规格管理 I
|
||||
Loading…
Reference in New Issue
Block a user