inspection-server/src/main/java/com/yuanchu/limslaboratory/controller/ReportController.java
@@ -73,7 +73,7 @@ }) @PostMapping("/check") @AuthHandler public Result check(@RequestHeader("X-Token") String token, Integer id, String result) throws Exception { public Result check(@RequestHeader("X-Token") String token, Integer id, Integer result) throws Exception { Object object = RedisUtil.get(token); Map<String, Object> unmarshal = JackSonUtil.unmarshal(JackSonUtil.marshal(object), Map.class); MyUtil.PrintLog(unmarshal + "-------id" + id + "=========" + result);