|
@@ -691,7 +691,7 @@ public class TmstrainLoadingResultServiceImpl implements ITmstrainLoadingResultS
|
|
|
temp.setResultId(tmstrainLoadingTempMapper.selectMaxId());
|
|
|
temp.setResultWagonNo(wagonNo);
|
|
|
temp.setPurchaseOrderNo(purchaseNo);
|
|
|
- temp.setResultBillableTonnage(DataChange.dataToBigDecimal(wagonWeight));
|
|
|
+ temp.setResultBillableTonnage(DataChange.dataToBigDecimal(calculateWagonWeight(wagonNo)));
|
|
|
tmstrainLoadingTempMapper.insertSelective(temp);
|
|
|
|
|
|
}
|