|
@@ -7,8 +7,8 @@
|
|
|
p.searchKey as p_keyword,
|
|
|
p.tags as p_tags,
|
|
|
p.mainImage as p_image,
|
|
|
- p.price1 as p_price,
|
|
|
- p.price1TextFlag as p_price_flag,
|
|
|
+ p.price as p_price,
|
|
|
+ p.priceFlag as p_price_flag,
|
|
|
p.productCode as p_code,
|
|
|
p.sortIndex as p_sort,
|
|
|
p.unit as p_unit,
|
|
@@ -28,8 +28,7 @@
|
|
|
p.productCategory as p_type,
|
|
|
p.validFlag as p_valid,
|
|
|
DATE_FORMAT(p.ADDTIME,'%Y%m%d') as p_time,
|
|
|
- IFNULL(p.visibility,3) as p_visibility,
|
|
|
- IFNULL(p.price8Text,0) as p_act_flag
|
|
|
+ IFNULL(p.visibility,3) as p_visibility
|
|
|
</sql>
|
|
|
<sql id="Product_Joins">
|
|
|
left join tinytype as t on p.tinyTypeID = t.tinyTypeID
|