Fixiaobai
2023-09-07 e29f147aab5b0b0b794d611b522b67b94423e3cf
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);