Commit 3e9456a1 authored by shiyu's avatar shiyu

判断用户是否今天签到过,是否需要弹框提示2

parent 7d8bde99
...@@ -41,7 +41,7 @@ public class AppletPageConfigServiceImpl implements AppletPageConfigService { ...@@ -41,7 +41,7 @@ public class AppletPageConfigServiceImpl implements AppletPageConfigService {
appletPageConfigVo.setIsShow(false); appletPageConfigVo.setIsShow(false);
} }
} }
return Result.success(appletPageConfig); return Result.success(appletPageConfigVo);
} catch (Exception e) { } catch (Exception e) {
logger.error("获取页面配置 error : {}", e); logger.error("获取页面配置 error : {}", e);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment