test: 전자우편 json 파일 삭제 제외 복구

dev
kjh 11 months ago
parent e434023b02
commit 233cc7114a

@ -113,10 +113,10 @@ public class PplusService extends AbstractService implements IPplusService {
);
resDTO.setUnitySndngMastrId(unitySndngMstId);
/*File file = new File(FILE_TEMP_PATH + "/" +unitySndngMstId + ".json");
File file = new File(FILE_TEMP_PATH + "/" +unitySndngMstId + ".json");
if(file.exists()) {
file.delete();
}*/
}
return resDTO;
}

Loading…
Cancel
Save