更新打印预览文件路径

master
jian.wang 2 years ago
parent c15330c114
commit 01ce123fd5

@ -723,10 +723,10 @@ public class CommomService {
outSrc = EMRRECORDJSP + File.separator + root + picPath;
}
}else{
root = selectRootByNotWater(srcPath);
root = selectRootByNotWater(driveLetterPath);
//获取盘符后面的地址
String str1 = srcPath.substring(0, srcPath.indexOf("/"));
picPath = srcPath.substring(str1.length() + 1, srcPath.length());
String str1 = driveLetterPath.substring(0, driveLetterPath.indexOf("/"));
picPath = driveLetterPath.substring(str1.length() + 1, driveLetterPath.length());
outSrc = EMRRECORDJSP + File.separator + root + picPath;
}
}

Loading…
Cancel
Save