|
@@ -352,7 +352,7 @@ public class ExcelService {
|
|
return list;
|
|
return list;
|
|
}
|
|
}
|
|
|
|
|
|
- public void uploadExcel(UploadHotsParam param) throws IOException {
|
|
|
|
|
|
+ public void uploadExcel(UploadHotsParam param) {
|
|
if(StringUtils.isBlank(param.getFilePath()) || param.getType()== null){
|
|
if(StringUtils.isBlank(param.getFilePath()) || param.getType()== null){
|
|
throw new BusinessException(ResultCode.PARAM_MISS);
|
|
throw new BusinessException(ResultCode.PARAM_MISS);
|
|
}
|
|
}
|