shjh/main/java/shjh/jhzj7/fi/fi/plugin/operate/RedeemBillAuditOperation.java

30 lines
1017 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package shjh.jhzj7.fi.fi.plugin.operate;
import kd.bos.dataentity.entity.DynamicObject;
import kd.bos.dataentity.entity.DynamicObjectCollection;
import kd.bos.entity.plugin.AbstractOperationServicePlugIn;
import kd.bos.entity.plugin.args.AfterOperationArgs;
import kd.bos.orm.query.QCP;
import kd.bos.orm.query.QFilter;
import kd.bos.servicehelper.BusinessDataServiceHelper;
import kd.bos.servicehelper.operation.SaveServiceHelper;
import kd.sdk.plugin.Plugin;
import kd.tmc.cim.opplugin.redeem.RedeemBillAuditOp;
import kd.tmc.fbp.business.opservice.ITmcBizOppService;
import java.math.BigDecimal;
import java.util.Date;
/**
* 单据操作插件
* 理财赎回-审核后
* 赎回单审批后新增理财申购单估值行并触发剩余份额更新逻辑1.3
* 需改动标品的反写逻辑
*/
public class RedeemBillAuditOperation extends RedeemBillAuditOp implements Plugin {
@Override
public ITmcBizOppService getBizOppService() {
return new RedeemBillAuditServiceExt();
}
}