zelong.shao

task|zip包临时目录调整

...@@ -112,7 +112,6 @@ public class ConFileEmailUtil { ...@@ -112,7 +112,6 @@ public class ConFileEmailUtil {
112 112
113 portFileDto.setDestIataCode(portCode); 113 portFileDto.setDestIataCode(portCode);
114 portFileDto.setZipPath(finalPath + fileName); 114 portFileDto.setZipPath(finalPath + fileName);
115 - log.error("zipPath:"+finalPath + fileName);
116 portFileDto.setFileName(fileName); 115 portFileDto.setFileName(fileName);
117 116
118 } catch (Exception e) { 117 } catch (Exception e) {
......