Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -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) { | ... | ... |
-
Please register or login to post a comment