优化商品导出功能

This commit is contained in:
季圣华
2023-04-18 23:43:10 +08:00
parent b756b317cd
commit a5f821ab29
9 changed files with 160 additions and 348 deletions

View File

@@ -602,7 +602,7 @@ public class SupplierService {
objects.add(objs);
}
}
return ExcelUtils.exportObjectsWithoutTitle(title, names, title, objects);
return ExcelUtils.exportObjectsWithoutTitle(title, "导入时本行内容请勿删除,切记!", names, title, objects);
}
}
@@ -690,6 +690,6 @@ public class SupplierService {
objects.add(objs);
}
}
return ExcelUtils.exportObjectsWithoutTitle(title, names, title, objects);
return ExcelUtils.exportObjectsWithoutTitle(title, "导入时本行内容请勿删除,切记!", names, title, objects);
}
}