app/src/main/java/com/yeshi/makemoney/app/dao/user/UserExtraInfoDao.java
@@ -26,6 +26,11 @@ if (bean.getUnReadMsgCount() != null) { update.set("unReadMsgCount", bean.getUnReadMsgCount()); } if (bean.getSignInNotify() != null) { update.set("signInNotify", bean.getSignInNotify()); } if (bean.getCreateTime() != null) { update.set("createTime", bean.getCreateTime()); }