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