admin
2022-05-10 2922e51a7a8e657a8467c818ae16700e41ddac77
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());
        }