|
|
|
@ -220,7 +220,7 @@ public class PurDeliveryController extends BaseController {
|
|
|
|
|
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);
|
|
|
|
|