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