From ec38d6b719b5a03ce6d0f3649e96ee2e62bebf98 Mon Sep 17 00:00:00 2001 From: liuyiliang Date: Tue, 25 Mar 2025 17:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E4=BF=9D=E4=BF=A1=E6=81=AF=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=81=94=E4=BF=9D=E4=BB=BD=E9=A2=9D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=BA=E7=99=BE=E5=88=86=E6=AF=94=E3=80=81testLogin=E8=B0=83?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/ccic/safeliab/web/DemoController.java | 6 ++++-- ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ccic-exam/src/main/java/com/ccic/safeliab/web/DemoController.java b/ccic-exam/src/main/java/com/ccic/safeliab/web/DemoController.java index 2da929a..46cc374 100644 --- a/ccic-exam/src/main/java/com/ccic/safeliab/web/DemoController.java +++ b/ccic-exam/src/main/java/com/ccic/safeliab/web/DemoController.java @@ -32,8 +32,10 @@ public class DemoController { @PostMapping("testLogin") public R testLogin(@RequestParam Map param) { - String jwtToken = JwtUtils.getJwtToken("42656085760282624", "测试626885", Long.parseLong("31010000"), - "上海分公司", "31010000", "8000626885", 3 + "", "310000"); +// String jwtToken = JwtUtils.getJwtToken("42656085760282624", "测试626885", Long.parseLong("31010000"), +// "上海分公司", "31010000", "8000626885", 3 + "", "310000"); + String jwtToken = JwtUtils.getJwtToken("111111", "高渐离", Long.parseLong("37010000"), + "中国大地保险股份有限公司", "Z1212", "66667777", 3 + "", "Z1212"); Map map = new HashMap<>(); map.put("token", jwtToken); return R.ok().data(map); diff --git a/ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml b/ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml index 35d31ef..c29826d 100644 --- a/ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml +++ b/ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml @@ -210,7 +210,11 @@