6 lines
607 B
SQL
6 lines
607 B
SQL
INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-productMapper/syncShopImages', 'index', 'master', '', '0', '/admin/shop/shop-sync-productMapper/syncShopImages');
|
|
|
|
update admin_base_menu set menu_parent_id ='8021' where menu_url_path in('/admin/shop/shop-base-product-category/list','/admin/shop/shop-base-product-brand/list','/admin/shop/shop-base-product-type/list','/admin/shop/shop-base-product-spec/list') and menu_role='2';
|
|
|
|
update shop_product_image set item_image_default='1' where product_from ='1005' and item_image_default !='1';
|