合同拆分金额与收发货规则优化

This commit is contained in:
潘荣晟
2026-01-22 15:00:27 +08:00
parent b8de5bfda7
commit 3352f6cbac

View File

@@ -33,6 +33,8 @@ public class ErpErpMaterialCorrServiceImpl implements ErpErpMaterialCorrService{
.materialParentId(reqVO.getMaterialParentId())
.materialParentCode(reqVO.getMaterialParentCode())
.materialId(materials.getMaterialId())
.deptId(reqVO.getDeptId())
.companyCode(reqVO.getCompanyCode())
.materialCode(materials.getMaterialCode())
.build());
});