回款金额
This commit is contained in:
parent
b0bf97fd3c
commit
1f83d91cb9
@ -107,7 +107,7 @@ public class PsContractPayServiceImpl implements IPsContractPayService {
|
||||
baseMapper.insert(pay);
|
||||
//发起审批
|
||||
ApproverService service = container.getService(ApproverTypeEnum.PAY.getCode());
|
||||
service.apply(pay.getId()+"",pay.getContractCode(),payBo.getPayDesc(), null);
|
||||
service.apply(pay.getId()+"",pay.getContractCode(),payBo.getPayDesc(), pay.getPayMode());
|
||||
}
|
||||
/**
|
||||
* 添加退款记录
|
||||
|
Loading…
Reference in New Issue
Block a user