From de30b1b259978834e4834bf4eae60a44a6fe881f Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Thu, 26 Jun 2025 11:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E6=80=9D=E8=BF=85=E5=90=8C=E6=AD=A5=E9=85=8D=E7=BD=AE=E8=8F=9C?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/shop/dev/202506026_dml.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/shop/dev/202506026_dml.sql diff --git a/sql/shop/dev/202506026_dml.sql b/sql/shop/dev/202506026_dml.sql new file mode 100644 index 00000000..0e1f2f04 --- /dev/null +++ b/sql/shop/dev/202506026_dml.sql @@ -0,0 +1,8 @@ +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/saveStoreDbConfig', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/saveStoreDbConfig'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/getPrimaryKey', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/getPrimaryKey'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/list', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/list'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/getStoreDbConfig', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/getStoreDbConfig'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/updateStoreDbConfig', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/updateStoreDbConfig'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/admin/shop/shop-sync-storeDbConfig/delStoreDbConfig', 'index', 'master', '', '0', '/admin/shop/shop-sync-storeDbConfig/delStoreDbConfig'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/shop/sync/app/checkUpdate', 'index', 'master', '', '0', '/shop/sync/app/checkUpdate'); +INSERT INTO `admin_base_protocol` (`ctl`, `met`, `db`, `rights_id`, `log`, `path`) VALUES ('/shop/sync/third/syncShopImages', 'index', 'master', '', '0', '/shop/sync/third/syncShopImages');