不够6位用0在左边补0
Long count = getCountByPredicate(booleanExpression);
return String.format("%06d",count);