demand: TMS系统 - 客户账单管理 - 业务销账申请 - 申请校验运单累计销账金额不能超过账单金额 TMS系统 - 客户账单管理 - 财务中心销账审核 - 财务审核通过后生成运单、账单收款明细 TMS系统 - 客户账单管理 - 现金账单核销/月结账单核销增加校验业务销账申请收款金额不允许撤销收款

committer: heyu
This commit is contained in:
aike 2025-10-11 13:19:02 +08:00
parent 47eec3e045
commit 9bc1450f3a

View File

@ -1511,7 +1511,7 @@ public class EmisWriteoffApplyServiceImpl extends EmisBaseService implements IEm
payRecord.setBlAudit("1"); // 已审核
payRecord.setAuditDate(new Date());
payRecord.setAuditManCode(currentUser.getEmpCode());
payRecord.setAuditSiteCode(currentUser.getDeptId().toString());
payRecord.setAuditSiteCode(currentUser.getOwnerSiteCode());
// 设置客户信息(从第一个明细中获取)
if (!detailList.isEmpty() && detailList.get(0).getEmisWaybill() != null) {