demand: TMS系统 - 客户账单管理 - 财务销账审核 - 审核通过后收款人取值调整
This commit is contained in:
parent
38c91114db
commit
8abd08492f
@ -1643,8 +1643,8 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
|
||||
payRecord.setWriteoffApplyNo(apply.getApplyNo()); // 设置销账申请编号
|
||||
payRecord.setPayType(apply.getPayType()); // 销账收款类型
|
||||
payRecord.setRecType("1"); // 收款类型
|
||||
payRecord.setPayMan(apply.getApplyManName());
|
||||
payRecord.setPayManCode(apply.getApplyManCode());
|
||||
payRecord.setPayMan(apply.getRecipient());
|
||||
// payRecord.setPayManCode(apply.getApplyManCode());
|
||||
payRecord.setSettleBillNo(settleBillNos); // 多个账单号用逗号分隔
|
||||
payRecord.setBlAudit("1"); // 已审核
|
||||
payRecord.setAuditDate(new Date());
|
||||
@ -1665,7 +1665,7 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
|
||||
payRecord.setSettleType(emisSettleBill.getSettleType());
|
||||
}
|
||||
payRecord.setTradeDate(apply.getTradeDate());
|
||||
payRecord.setRecManCode(apply.getRecipient());
|
||||
// payRecord.setRecManCode(apply.getRecipient());
|
||||
|
||||
// 插入收款记录主表
|
||||
emisSettlePayRecordMapper.insertEmisSettlePayRecord(payRecord);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user