导出检验规格,切换线上文件存储目录
This commit is contained in:
parent
18b3ef6318
commit
6c806ce639
@ -389,8 +389,8 @@ public class QcSpecServiceImpl implements QcSpecService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//输出Excel文件
|
//输出Excel文件
|
||||||
// File dirFile = new File("/home/sxy/server/industrial_measurement/excel/");
|
File dirFile = new File("/home/sxy/server/industrial_measurement/excel/");
|
||||||
File dirFile = new File("/Users/liuchengqian/Desktop/DaJiang/");
|
// File dirFile = new File("/Users/liuchengqian/Desktop/DaJiang/");
|
||||||
if (!dirFile.exists()) {
|
if (!dirFile.exists()) {
|
||||||
dirFile.mkdirs();
|
dirFile.mkdirs();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user