parent
8337b23375
commit
268c02c327
|
@ -49,7 +49,7 @@ public class ApiService {
|
||||||
logger.info("getBIPToken → 签名: {}", signature);
|
logger.info("getBIPToken → 签名: {}", signature);
|
||||||
|
|
||||||
// 禁用 SSL 证书验证
|
// 禁用 SSL 证书验证
|
||||||
disableSSLCertificateChecking();
|
// disableSSLCertificateChecking();
|
||||||
// 构建URL
|
// 构建URL
|
||||||
String urlString = domainName + API_ENDPOINT +
|
String urlString = domainName + API_ENDPOINT +
|
||||||
"?appKey=" + APP_KEY +
|
"?appKey=" + APP_KEY +
|
||||||
|
|
|
@ -78,7 +78,8 @@ public class PushTaskPlugin extends AbstractTask implements Plugin {
|
||||||
"id,billno,entry,entry.e_expenseitem,settletype,entry.e_remark,receivingtype," +
|
"id,billno,entry,entry.e_expenseitem,settletype,entry.e_remark,receivingtype," +
|
||||||
"payertype,org,bizdate,accountbank,payernumber,actrecamt,txt_description,shkd_pushstatus," +
|
"payertype,org,bizdate,accountbank,payernumber,actrecamt,txt_description,shkd_pushstatus," +
|
||||||
"shkd_businessnumber,shkd_businessid,shkd_businessname,billstatus"
|
"shkd_businessnumber,shkd_businessid,shkd_businessname,billstatus"
|
||||||
, new QFilter("bizdate", QCP.large_equals, date).and("shkd_pushstatus", QCP.not_equals, "已推送").toArray());
|
, new QFilter("bizdate", QCP.large_equals, date)
|
||||||
|
.and("shkd_pushstatus", QCP.not_equals, "已推送").toArray());
|
||||||
dynamicObjects = Arrays.asList(objects2);
|
dynamicObjects = Arrays.asList(objects2);
|
||||||
billName = "收款处理";
|
billName = "收款处理";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue