Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev
This commit was merged in pull request #190.
This commit is contained in:
+10
-17
@@ -128,16 +128,16 @@ public class FixSelectFlowDetailUtils {
|
|||||||
String savePath = "/home/ruoyi/uploadPath/upload";
|
String savePath = "/home/ruoyi/uploadPath/upload";
|
||||||
String resultFilePath = saveFolderPath + "/" + fileName;
|
String resultFilePath = saveFolderPath + "/" + fileName;
|
||||||
String fileDownloadUrlnew = fileDownloadUrl.substring(1,fileDownloadUrl.length()-1);
|
String fileDownloadUrlnew = fileDownloadUrl.substring(1,fileDownloadUrl.length()-1);
|
||||||
FileTransformation.downLoadFileByUrl(fileDownloadUrlnew,resultFilePath);
|
boolean b = FileTransformation.downLoadFileByUrl(fileDownloadUrlnew, resultFilePath);
|
||||||
Thread.sleep(3000);
|
if(b) {
|
||||||
|
Long caseAppliId = sealSignRecord.getCaseAppliId();
|
||||||
Long caseAppliId = sealSignRecord.getCaseAppliId();
|
CaseAttach caseAttach = new CaseAttach();
|
||||||
CaseAttach caseAttach = new CaseAttach();
|
caseAttach.setCaseAppliId(caseAppliId);
|
||||||
caseAttach.setCaseAppliId(caseAppliId);
|
caseAttach.setAnnexType(3);
|
||||||
caseAttach.setAnnexType(3);
|
caseAttach.setAnnexPath(savePath);
|
||||||
caseAttach.setAnnexPath(savePath);
|
caseAttach.setAnnexName(saveName);
|
||||||
caseAttach.setAnnexName(saveName);
|
caseAttachMapper.updateCaseAttachBycaseid(caseAttach);
|
||||||
caseAttachMapper.updateCaseAttachBycaseid(caseAttach);
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -152,15 +152,8 @@ public class FixSelectFlowDetailUtils {
|
|||||||
|
|
||||||
} catch (EsignDemoException e) {
|
} catch (EsignDemoException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
} catch (InterruptedException e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user