39路径
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ public class BusProcessModelHisServiceImpl extends ServiceImpl<BusProcessModelHi
|
|||||||
//获取当前文件路径 返回文件路径的数字组
|
//获取当前文件路径 返回文件路径的数字组
|
||||||
try {
|
try {
|
||||||
String editFilePath = busProcessModelHis.getEditFilePath();
|
String editFilePath = busProcessModelHis.getEditFilePath();
|
||||||
File file = new File("/data/slrs/file/"+editFilePath);
|
File file = new File(downloadUrl+editFilePath);
|
||||||
FileInputStream fileInputStream = new FileInputStream(file);
|
FileInputStream fileInputStream = new FileInputStream(file);
|
||||||
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(1024);
|
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream(1024);
|
||||||
byte [] aByte = new byte[1024];
|
byte [] aByte = new byte[1024];
|
||||||
|
|||||||
Reference in New Issue
Block a user