|
@@ -38,7 +38,7 @@ public class EquWarrantyProviderController {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 检验规则维护导入
|
|
|
+ * 保修商导入
|
|
|
* @return
|
|
|
*/
|
|
|
@RequestMapping("/importEquWarrantyProvider")
|
|
@@ -47,10 +47,6 @@ public class EquWarrantyProviderController {
|
|
|
if (file == null){
|
|
|
return R.error("文件解析失败");
|
|
|
}
|
|
|
- String errorMsg = checkUtil.fileCheckDetail(file,"2a4972593c094256871805368885e2b2");
|
|
|
- if (StringUtils.isNotBlank(errorMsg)){
|
|
|
- return R.error(errorMsg);
|
|
|
- }
|
|
|
return equWarrantyProviderService.importEquWarrantyProvider(file);
|
|
|
}
|
|
|
|