积分规则sql修改

This commit is contained in:
moxiangrong
2024-02-20 12:11:11 +08:00
parent c1943919e5
commit be0c90a252

View File

@ -1,6 +1,6 @@
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (1, 'sign', '签到', 5, '1', '', '2024-01-18 19:38:30', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (4, 'register', '注册', 5, NULL, '', '2024-01-18 19:38:57', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0');
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (5, 'login', '登录', 5, NULL, '', '2024-01-18 19:39:12', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0');
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (6, 'consume', '购买商品', 1, NULL, '', '2024-01-18 19:39:28', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (7, 'comment', '评论', 10, NULL, '', '2024-01-18 19:39:47', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_pro_dev`.`yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (8, 'share_products', '分享商品', 50, NULL, '', '2024-01-18 19:40:00', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (1, 'sign', '签到', 5, '1', '', '2024-01-18 19:38:30', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (4, 'register', '注册', 5, NULL, '', '2024-01-18 19:38:57', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (5, 'login', '登录', 5, NULL, '', '2024-01-18 19:39:12', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'0');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (6, 'consume', '购买商品', 1, NULL, '', '2024-01-18 19:39:28', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (7, 'comment', '评论', 10, NULL, '', '2024-01-18 19:39:47', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');
INSERT INTO `yshop_integral_rule` (`id`, `type`, `type_name`, `integral`, `attribute1`, `creator`, `create_time`, `updater`, `update_time`, `deleted`, `icon_url`, `enable`) VALUES (8, 'share_products', '分享商品', 50, NULL, '', '2024-01-18 19:40:00', '', '2024-01-19 11:24:04', b'0', 'https://b2c-pro-static-dev.zkthink.com/static/vip/share.png', b'1');