main
gaoshuguang 1 year ago
parent 1ac62fe7bc
commit ffaab818e5

@ -111,7 +111,7 @@ public class MinFeeIntoDataBaseServiceImpl implements MinFeeIntoDataBaseService
public void emptyMinFeeFolder(String uuid) {
String minFeeBackPath = NFSFilePath + File.separator + PathUtil.webName + File.separator + "MinFeeInToDataBase" + File.separator;
log.info("[uuid:{}]不执行入库时清空需要入库的最小费额文件夹:{}", uuid, minFeeBackPath);
boolean b = FileUtil.delFile(new File(minFeeBackPath));
log.info("[uuid:{}]不执行入库时清空需要入库的最小费额文件夹:{}完成,删除文件返回:{}", uuid, minFeeBackPath,b);
FileUtil.removeFiles(new File(minFeeBackPath));
log.info("[uuid:{}]不执行入库时清空需要入库的最小费额文件夹文件:{}完成", uuid, minFeeBackPath);
}
}

Loading…
Cancel
Save