// 用户总数 BigInteger bint_1 = new BigInteger("1"); BigInteger userCount = userEnd.subtract(userStart).add(bint_1);