|
@@ -94,6 +94,7 @@ public class MaterialLibraryService extends CrudService<MaterialLibraryMapper, M
|
|
|
returnMap.put("filePath",filePath);
|
|
|
returnMap.keySet().removeIf(key -> key == "repeat");
|
|
|
returnMap.put("repeat","3");
|
|
|
+ returnMap.put("success",true);
|
|
|
returnMap.keySet().removeIf(key -> key == "msg");
|
|
|
returnMap.put("msg","已存在物料数据,是否覆盖?");
|
|
|
return returnMap;
|
|
@@ -117,6 +118,7 @@ public class MaterialLibraryService extends CrudService<MaterialLibraryMapper, M
|
|
|
modifyHandmadeVindicateList(list);
|
|
|
}
|
|
|
returnMap.keySet().removeIf(key -> key == "msg");
|
|
|
+ returnMap.put("success",true);
|
|
|
returnMap.put("msg","已成功导入 "+list.size()+" 条项目表单记录");
|
|
|
return returnMap;
|
|
|
}
|