TRX hace 1 año
padre
commit
f2d8390afa

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/dao/org/UserCountDao.java

@@ -23,7 +23,7 @@ public interface UserCountDao extends MongoDao<UserAccount>, UserCountDaoExtend
 
     UserAccount findTopByLoginName(String loginName);
 
-    long countByIsDeleted(Boolean isDeleted);
+    long countByIsDelete(Boolean isDeleted);
 
     long countByIsDeleteAndSex(Boolean isDeleted, Sex sex);
 

+ 1 - 1
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/userStatistics/UserStatisticsService.java

@@ -35,7 +35,7 @@ public class UserStatisticsService extends SuperService {
      */
     public PlatformUserStatisModel statisticsPlatformUser() {
         PlatformUserStatisModel model = new PlatformUserStatisModel();
-        long total = userCountDao.countByIsDeleted(Boolean.FALSE);
+        long total = userCountDao.countByIsDelete(Boolean.FALSE);
         model.setTotal(total);
 
         // 男士