|
@@ -672,7 +672,7 @@ public class AmsContractTruckPriceServiceImpl implements IAmsContractTruckPriceS
|
|
|
int i = 0;
|
|
|
BigDecimal capacityTypeId = DataChange.dataToBigDecimal(mapValue.get("capacityTypeId"));
|
|
|
BigDecimal lineId = DataChange.dataToBigDecimal(mapValue.get("rangeId"));
|
|
|
- BigDecimal formulaId = DataChange.dataToBigDecimal(mapValue.get("cargonameId"));
|
|
|
+// BigDecimal formulaId = DataChange.dataToBigDecimal(mapValue.get("cargonameId"));
|
|
|
BigDecimal priceValue = DataChange.dataToBigDecimal(mapValue.get("priceValue"));
|
|
|
Date priceDate = new Date((Long)mapValue.get("priceDate"));
|
|
|
BigDecimal type = DataChange.dataToBigDecimal(mapValue.get("type"));
|
|
@@ -687,7 +687,7 @@ public class AmsContractTruckPriceServiceImpl implements IAmsContractTruckPriceS
|
|
|
// amsContractTransportPrice.setOilTypeId(oilTypeId); 油品名称
|
|
|
amsContractTransportPrice.setPriceValue(priceValue);
|
|
|
amsContractTransportPrice.setPriceDate(priceDate);
|
|
|
- amsContractTransportPrice.setCargonameId(formulaId);
|
|
|
+// amsContractTransportPrice.setCargonameId(formulaId);
|
|
|
amsContractTransportPrice.setPriceId(priceId);
|
|
|
amsContractTransportPrice.setUpdateTime(new Date());
|
|
|
i = amsContractTruckPriceMapper.updateByPrimaryKeySelective(amsContractTransportPrice);
|