This commit is contained in:
parent
d9cbc0b1d5
commit
7ffe66df7d
|
|
@ -919,6 +919,7 @@ public class ClzDirectServiceImpl implements ClzDirectService {
|
||||||
Type maType = typeMapper.getMaType(Long.valueOf(clzDirectApplyDetails.getTypeId()));
|
Type maType = typeMapper.getMaType(Long.valueOf(clzDirectApplyDetails.getTypeId()));
|
||||||
maType.setFinalPrice(maType.getLeasePrice());
|
maType.setFinalPrice(maType.getLeasePrice());
|
||||||
record.setOutNum(clzDirectApplyDetails.getDirectNum());
|
record.setOutNum(clzDirectApplyDetails.getDirectNum());
|
||||||
|
record.setMaId(clzDirectApplyDetails.getMaId() != null ? Long.valueOf(clzDirectApplyDetails.getMaId()) : null);
|
||||||
materialLeaseInfoMapper.insSltInfo(record, leaseAgreementId, maType);
|
materialLeaseInfoMapper.insSltInfo(record, leaseAgreementId, maType);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue