修改优惠券使用
This commit is contained in:
parent
09b800960e
commit
677251b0f8
@ -102,7 +102,7 @@ class StoreCartDao extends BaseDao
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'productAttr' => function (Relation $query) {
|
'productAttr' => function (Relation $query) {
|
||||||
$query->field('value_id,image,extension_one,extension_two,product_id,stock,price,unique,sku,volume,weight,ot_price,cost,svip_price,wholesale_price')
|
$query->field('value_id,image,extension_one,extension_two,product_id,stock,price,unique,sku,volume,weight,ot_price,cost,svip_price,wholesale_price,profit_rate')
|
||||||
->append(['bc_extension_one', 'bc_extension_two']);
|
->append(['bc_extension_one', 'bc_extension_two']);
|
||||||
},
|
},
|
||||||
'merchant' => function (Relation $query) use ($uid) {
|
'merchant' => function (Relation $query) use ($uid) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user