mac 支持 /home 文件夹,无需特殊处理
client 调整,将中文去除掉
This commit is contained in:
@@ -25,7 +25,6 @@ public class VenueBarcodeUtil {
|
||||
public static String generateBarcode(String barcodeValue,String fileName) {
|
||||
try {
|
||||
String geneFilePath = "/home/test/" + fileName;
|
||||
// String geneFilePath = "/Users/limqhz/home/test/" + fileName;
|
||||
makeBarcode(geneFilePath,barcodeValue);
|
||||
return geneFilePath;
|
||||
}catch (WriterException e) {
|
||||
|
||||
Reference in New Issue
Block a user