提交内容:修复付款单和票据的关联关系

时间:2025-06-23 10:35
提交人:邹江涛
This commit is contained in:
zoujiangtao 2025-06-23 10:44:09 +08:00
parent b7e2ed4f7a
commit 8c30e185c0
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public class PaymentSlipAssociationFixed extends AbstractOperationServicePlugIn
kpLinkRow.set("rel_billamount", fkDynamicObject.get("actpayamt"));// 关联单据金额
kpLinkRow.set("rel_createtime", new Date());// 关联信息创建时间
kpLinkRow.set("rel_modifytime", new Date());// 记录修改时间
kpLinkRow.set("rel_isrefuse", "0");// 票据退票
releatedcasbillentrys.add(kpLinkRow);
SaveServiceHelper.save(new DynamicObject[]{kpdjDynamicObject});
}