|
@@ -82,6 +82,7 @@
|
|
|
p.taxPoint AS taxRate,
|
|
|
p.productCategory,
|
|
|
p.validFlag AS validFlag,
|
|
|
+ p.commodityType as commodityType,
|
|
|
if(csp.id is not null,1,0) as svipProductFlag,
|
|
|
csp.priceType as svipPriceType,
|
|
|
csp.discount as svipDiscount,
|
|
@@ -200,6 +201,7 @@
|
|
|
p.taxPoint AS taxRate,
|
|
|
p.productCategory,
|
|
|
p.validFlag AS validFlag,
|
|
|
+ p.commodityType AS commodityType,
|
|
|
if(csp.id is not null,1,0) as svipProductFlag,
|
|
|
csp.priceType as svipPriceType,
|
|
|
csp.discount as svipDiscount,
|