|
@@ -24,7 +24,7 @@
|
|
|
tmgs.price_standard as "priceStandard",
|
|
tmgs.price_standard as "priceStandard",
|
|
|
tmgs.price_wholesale as "priceWholesale",
|
|
tmgs.price_wholesale as "priceWholesale",
|
|
|
tmgs.price_limited as "priceLimited",
|
|
tmgs.price_limited as "priceLimited",
|
|
|
- tmgs.sku_images as "skuImages",
|
|
|
|
|
|
|
+ jsonb_array_elements(tmgs.sku_images)->>'url' as "path",
|
|
|
tpi.non_std_code as "nonStdCode",
|
|
tpi.non_std_code as "nonStdCode",
|
|
|
sys.f_remove_zero(tpi.inv_qty) as "invQty",
|
|
sys.f_remove_zero(tpi.inv_qty) as "invQty",
|
|
|
sys.f_remove_zero(tpi.outing_qty) as "outingQty",
|
|
sys.f_remove_zero(tpi.outing_qty) as "outingQty",
|