parent
824f482580
commit
d0ce6c7feb
|
|
@ -98,6 +98,9 @@ public class tsgxApiMappingBillPlugin extends AbstractBillPlugIn {
|
||||||
|
|
||||||
DynamicObject[] bei_elecreceiptids = BusinessDataServiceHelper.load(sourcebillnumber, "id", dzhdqFilter.toArray());
|
DynamicObject[] bei_elecreceiptids = BusinessDataServiceHelper.load(sourcebillnumber, "id", dzhdqFilter.toArray());
|
||||||
logger.info("符合推送条件数据有:{}条", bei_elecreceiptids.length);
|
logger.info("符合推送条件数据有:{}条", bei_elecreceiptids.length);
|
||||||
|
if (bei_elecreceiptids.length==0){
|
||||||
|
this.getView().showTipNotification("未找能推送的单据");
|
||||||
|
}
|
||||||
|
|
||||||
String shkd_url = shkd_apimapping.getString("shkd_url");
|
String shkd_url = shkd_apimapping.getString("shkd_url");
|
||||||
Map<String, Object> headMap = new HashMap<>();
|
Map<String, Object> headMap = new HashMap<>();
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,8 @@ public class PlanReportPlugin extends AbstractReportListDataPlugin {
|
||||||
//明细字段对应的字段名
|
//明细字段对应的字段名
|
||||||
public static final Map<String, String> zdm = new HashMap() {{
|
public static final Map<String, String> zdm = new HashMap() {{
|
||||||
put("金融机构", "fdetailext21");
|
put("金融机构", "fdetailext21");
|
||||||
|
put("对手方类型", "fopusertype");
|
||||||
|
put("对手方名称", "fopuserid");
|
||||||
put("存量金融债务余额", "fdetailext12");
|
put("存量金融债务余额", "fdetailext12");
|
||||||
put("有效授信(流贷)", "fdetailext13");
|
put("有效授信(流贷)", "fdetailext13");
|
||||||
put("提前还款", "fdetailext15");
|
put("提前还款", "fdetailext15");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue