feige
2025-06-14 061f8f5f29fbc3c34719be14b6d178a92b636f78
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);