提交人:陈绍鑫

日期:2025/01/09 17:30
内容:推送共享优化
This commit is contained in:
陈绍鑫 2026-01-19 09:20:04 +08:00
parent 824f482580
commit d0ce6c7feb
2 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,9 @@ public class tsgxApiMappingBillPlugin extends AbstractBillPlugIn {
DynamicObject[] bei_elecreceiptids = BusinessDataServiceHelper.load(sourcebillnumber, "id", dzhdqFilter.toArray());
logger.info("符合推送条件数据有:{}条", bei_elecreceiptids.length);
if (bei_elecreceiptids.length==0){
this.getView().showTipNotification("未找能推送的单据");
}
String shkd_url = shkd_apimapping.getString("shkd_url");
Map<String, Object> headMap = new HashMap<>();

View File

@ -36,6 +36,8 @@ public class PlanReportPlugin extends AbstractReportListDataPlugin {
//明细字段对应的字段名
public static final Map<String, String> zdm = new HashMap() {{
put("金融机构", "fdetailext21");
put("对手方类型", "fopusertype");
put("对手方名称", "fopuserid");
put("存量金融债务余额", "fdetailext12");
put("有效授信(流贷)", "fdetailext13");
put("提前还款", "fdetailext15");