|
|
|
@ -114,4 +114,12 @@ INSERT INTO `tb_task_point` (`id`, `score`, `type`, `description`, `create_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');
|
|
|
|
|
|
|
|
|
|