From 6b2fe925923b7c97d883ca0cdc28cc4a18055fc0 Mon Sep 17 00:00:00 2001 From: huangyw <1207046171@qq.com> Date: Wed, 24 Jul 2024 15:17:48 +0800 Subject: [PATCH] =?UTF-8?q?release:=20=E7=94=A8=E6=88=B7=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=8E=B7=E5=8F=96=E7=A7=AF=E5=88=86=EF=BC=8C?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=A7=AF=E5=88=86=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/luoo/user/controller/PointController.java | 1 + luoo_user/src/main/resources/sql/20240719.sql | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/luoo_user/src/main/java/com/luoo/user/controller/PointController.java b/luoo_user/src/main/java/com/luoo/user/controller/PointController.java index 620adb4..072d32f 100644 --- a/luoo_user/src/main/java/com/luoo/user/controller/PointController.java +++ b/luoo_user/src/main/java/com/luoo/user/controller/PointController.java @@ -150,6 +150,7 @@ public class PointController { @ApiImplicitParam(name = "page", value = "页码", required = true, dataType = "Integer", paramType = "path"), @ApiImplicitParam(name = "size", value = "每页条数", required = true, dataType = "Integer", paramType = "path") }) + @GlobalInterceptor(checkAppUserLogin = true) public Result> getUserPointLogList( @ApiParam(value = "Header中的token信息", required = true) @RequestHeader("Authorization") String token, @ApiParam(value = "页码", required = true) @PathVariable Integer page, diff --git a/luoo_user/src/main/resources/sql/20240719.sql b/luoo_user/src/main/resources/sql/20240719.sql index 01c8c97..0627155 100644 --- a/luoo_user/src/main/resources/sql/20240719.sql +++ b/luoo_user/src/main/resources/sql/20240719.sql @@ -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');