|
@@ -683,7 +683,7 @@ public class OmstruckOrderSeparateServiceImpl implements IOmstruckOrderSeparateS
|
|
|
try {
|
|
|
priceValueMap = amsFeign.getInwardPriceBy(priceMap);
|
|
|
if(priceValueMap != null){
|
|
|
- priceValueMap.put("resultNetWeight", resultNetWeight);
|
|
|
+ priceValueMap.put("netWeight", resultNetWeight);
|
|
|
priceValueMap.put("orderId",orderId);
|
|
|
i += bmsTruckFeign.addDetailsOrder(priceValueMap);
|
|
|
}
|