|
@@ -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);
|
|
|
//如果订单类型为采购进口矿火运(万州港---达州 || 万州港--老区轨道衡) 添加总车皮标重传输给港存库
|
|
|
}
|