|
|
@ -30,8 +30,7 @@ public class FileUtil extends TimerTask { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static File checkZipFile(String reservationCode) { |
|
|
|
public static File checkZipFile(String reservationCode) { |
|
|
|
String savePath = "D:/Test" +"/"+ reservationCode; |
|
|
|
String savePath = CommonConstant.SYSTEMFILEPATH+"reservationZip/"+ reservationCode; |
|
|
|
|
|
|
|
|
|
|
|
return new File(savePath+".zip"); |
|
|
|
return new File(savePath+".zip"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|