|
|
|
@ -440,7 +440,7 @@ public class IoPurChangeService {
|
|
|
|
|
// ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice()));
|
|
|
|
|
// }
|
|
|
|
|
if (basicProductsEntity.getPrice() != null && basicProductsEntity.getPrice() != null) {
|
|
|
|
|
ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice()));
|
|
|
|
|
ioOrderDetailBizEntity.setPrice(basicProductsEntity.getPrice());
|
|
|
|
|
}
|
|
|
|
|
ioOrderDetailBizEntity.setSupId(obj.getSupId());
|
|
|
|
|
ioOrderDetailBizService.insert(ioOrderDetailBizEntity);
|
|
|
|
@ -500,7 +500,7 @@ public class IoPurChangeService {
|
|
|
|
|
ioOrderDetailBizEntity.setMeasname(basicProductsEntity.getMeasname());
|
|
|
|
|
ioOrderDetailBizEntity.setSpec(basicProductsEntity.getGgxh());
|
|
|
|
|
if (basicProductsEntity.getPrice() != null) {
|
|
|
|
|
ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice()));
|
|
|
|
|
ioOrderDetailBizEntity.setPrice(basicProductsEntity.getPrice());
|
|
|
|
|
}
|
|
|
|
|
ioOrderDetailBizEntity.setSupId(obj.getSupId());
|
|
|
|
|
ioOrderDetailBizService.insert(ioOrderDetailBizEntity);
|
|
|
|
|