public int listPointRecordCount(RecordQueryCondition condition) {
   return memberPointRecordMapper.countList(condition);
 }