|
|
@@ -117,6 +117,7 @@ public class PaymentRsaDownloadJob {
|
|
|
//请求银行接口查询结果
|
|
|
JSONObject jsonObjectBody = PayRsaCommon.DCTASKID(printId, hlwSubcontractor);
|
|
|
if (jsonObjectBody != null) {
|
|
|
+ //注意:该文件地址下载为zip格式
|
|
|
String fileurl = jsonObjectBody.getString("fileurl");
|
|
|
//关闭线程池
|
|
|
if (scheduledThreadPoolExecutor != null) {
|