|
|
@ -52,76 +52,27 @@ create table tb_task_point
|
|
|
|
valid tinyint 1 comment '是否生效 1-生效 2-不生效'
|
|
|
|
valid tinyint 1 comment '是否生效 1-生效 2-不生效'
|
|
|
|
) comment '任务积分配置表';
|
|
|
|
) comment '任务积分配置表';
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('1', 1, 1, '新手欢迎奖励', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('10', 10, 2, '每日登录', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('1', 1, 1, '新手欢迎奖励', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('11', 11, 2, '每日签到', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('12', 12, 2, '分享期刊', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('13', 13, 2, '新用户邀请', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('14', 14, 2, '每日评论', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('10', 10, 1, '开通会员', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('15', 15, 2, '动态发布', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('16', 16, 3, '连续签到3天', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('17', 17, 3, '连续签到7天', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('18', 18, 3, '连续签到30天', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('11', 11, 2, '每日登录', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('19', 19, 3, '邀请用户3人', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('2', 2, 1, '修改头像', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('20', 20, 3, '邀请用户6人', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('21', 21, 3, '邀请用户10人', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('12', 12, 2, '每日签到', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('22', 22, 3, '邀请用户20人', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('3', 3, 1, '修改昵称', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('4', 4, 1, '修改签名', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('5', 5, 1, '完善生日', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('13', 13, 2, '分享期刊', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('6', 6, 1, '完善性别', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('7', 7, 1, '开通会员', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('8', 8, 1, '关注1位雀乐用户', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`, `create_user`, `update_user`, `valid`) VALUES ('9', 9, 1, '收藏一期期刊', '2024-07-31 14:23:58', '2024-07-31 14:23:58', NULL, NULL, 1);
|
|
|
|
VALUES ('14', 14, 2, '邀请好友', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('15', 15, 2, '好友首次下单成功', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('16', 16, 2, '购买天数达标', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('2', 2, 1, '修改头像', '2024-07-24 08:57:28', '2024-07-24 08:57:28', '1796003413067173888',
|
|
|
|
|
|
|
|
'1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('3', 3, 1, '修改昵称', '2024-07-24 08:57:28', '2024-07-24 08:57:28', '1796003413067173888',
|
|
|
|
|
|
|
|
'1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('4', 4, 1, '完善个人信息', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('5', 5, 1, '成功关注1位用户', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('6', 6, 1, '首次分享期刊', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('7', 7, 1, '首次收藏期刊', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('8', 8, 1, '首次购物成功', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('9', 9, 1, '首次完成评价', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('17', -1, 2, '积分抽奖', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_time`, `update_time`,
|
|
|
|
|
|
|
|
`create_user`, `update_user`)
|
|
|
|
|
|
|
|
VALUES ('18', -1, 2, '积分商城', '2024-07-24 08:57:28', '2024-07-24 08:57:28',
|
|
|
|
|
|
|
|
'1796003413067173888', '1796003413067173888');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|