zqy
2024-11-19 1618c08a4e384150a5b21671a3ee75f8c0250d3f
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);