提交内容:定时任务

备注:定时推送单据至BIP
提交人:邹江涛
This commit is contained in:
zoujiangtao 2024-12-17 18:13:31 +08:00
parent 8337b23375
commit 268c02c327
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public class ApiService {
logger.info("getBIPToken → 签名: {}", signature);
// 禁用 SSL 证书验证
disableSSLCertificateChecking();
// disableSSLCertificateChecking();
// 构建URL
String urlString = domainName + API_ENDPOINT +
"?appKey=" + APP_KEY +

View File

@ -78,7 +78,8 @@ public class PushTaskPlugin extends AbstractTask implements Plugin {
"id,billno,entry,entry.e_expenseitem,settletype,entry.e_remark,receivingtype," +
"payertype,org,bizdate,accountbank,payernumber,actrecamt,txt_description,shkd_pushstatus," +
"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);
billName = "收款处理";
break;