判断MultipartFile是否为空,用null==voice为空、null!=voice不为空。判断List<MultipartFile>是否为空,用voice.size()==0为空、voice.size()>0不为空。