|
@@ -332,7 +332,7 @@ public class QySecondlineHzdTzServiceImpl extends ServiceImpl<QySecondlineHzdTzM
|
|
|
qyOutWarehouse.setMeasurementUnit(jldw);
|
|
|
}
|
|
|
|
|
|
- qyOutWarehouse.setUnitPrice(product.getCompanySbPrice());
|
|
|
+ qyOutWarehouse.setUnitPrice(product.getRecordPrice());
|
|
|
if(product.getLegalQuantity() != null){
|
|
|
qyOutWarehouse.setFyfdNum(String.valueOf(product.getLegalQuantity()));
|
|
|
}
|