이미지 순서변경 #23
@ -1520,9 +1520,9 @@ public class EstimateService {
|
|||||||
HttpURLConnection exitCode2 = (HttpURLConnection)con2;
|
HttpURLConnection exitCode2 = (HttpURLConnection)con2;
|
||||||
if (exitCode2.getResponseCode() == 200) {
|
if (exitCode2.getResponseCode() == 200) {
|
||||||
InputStream imageInputStream2 =
|
InputStream imageInputStream2 =
|
||||||
new URL(drawingDirPath + File.separator + baseDrawingImgName + "_2.png").openStream();
|
new URL(drawingDirPath + File.separator + baseDrawingImgName2 + "_2.png").openStream();
|
||||||
byte[] drawingImg2 = Util.toByteArray(imageInputStream2);
|
byte[] drawingImg2 = Util.toByteArray(imageInputStream2);
|
||||||
estimateResponse.setDrawingImg1(drawingImg2);
|
estimateResponse.setDrawingImg2(drawingImg2);
|
||||||
}
|
}
|
||||||
// file = new File(drawingDirPath + File.separator + baseDrawingImgName + "_2.png");
|
// file = new File(drawingDirPath + File.separator + baseDrawingImgName + "_2.png");
|
||||||
// if (file.exists()) {
|
// if (file.exists()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user