zqy
2024-11-09 e37d2ce605787d75fe4fc851c87e7b6c02c9b2d8
zhang-content/src/main/java/com/ruoyi/service/impl/ZHealthNoteServiceImpl.java
@@ -27,7 +27,7 @@
        lqw.eq(ZHealthNote::getUid,userId);
        ZHealthNote result = getOne(lqw);
        if(result == null){
            throw new RuntimeException("请先填写好数据");
            throw new RuntimeException("请先填写好生活习惯数据!");
        }
        return AjaxResult.success(result);