Merge remote-tracking branch 'origin/main'

dev
gitea-관리자 11 months ago
commit 241fac14fa

@ -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