@@ -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);
@@ -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);
// 男士