|
|
@@ -763,6 +763,7 @@ public class KwpLedgerLogisticsService extends AbsLedger {
|
|
|
ledgerLogisticsDetailVo.setTotalPrice(ledgerLogisticsDto.getTotalPrice());
|
|
|
ledgerLogisticsDetailVo.setSettlePrice(ledgerLogisticsDto.getSettlePrice());
|
|
|
ledgerLogisticsDetailVo.setActualPrice(ledgerLogisticsDto.getActualPrice());
|
|
|
+ ledgerLogisticsDetailVo.setDeductPrice(ledgerLogisticsDto.getDeductPrice());
|
|
|
ledgerLogisticsDetailVo.setStartTime(ledgerLogisticsDto.getStartTime());
|
|
|
ledgerLogisticsDetailVo.setEndTime(ledgerLogisticsDto.getEndTime());
|
|
|
ledgerLogisticsDetailVo.setRemark(ledgerLogisticsDto.getRemark());
|