|
@@ -241,7 +241,7 @@
|
241
|
241
|
if((int)$product_tag_id === 0){
|
242
|
242
|
$where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
|
243
|
243
|
}else{
|
244
|
|
- $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1
|
|
244
|
+ $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1 //and product_tag_id=0
|
245
|
245
|
}
|
246
|
246
|
|
247
|
247
|
$sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
|
|
@@ -281,10 +281,10 @@
|
281
|
281
|
if((int)$product_tag_id === 0){
|
282
|
282
|
$where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
|
283
|
283
|
}else{
|
284
|
|
- $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1
|
|
284
|
+ $where = " typeid=".$tid." and is_del=0 and status=1 and province_id=0 ".$where." OR typeid=".$tid." and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1 //and product_tag_id=0
|
285
|
285
|
}
|
286
|
286
|
//优先标签前置
|
287
|
|
- $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,".$num;
|
|
287
|
+ $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,".$num;
|
288
|
288
|
//var_dump($sql);
|
289
|
289
|
?>
|
290
|
290
|
|
|
@@ -322,10 +322,10 @@
|
322
|
322
|
if((int)$product_tag_id === 0){
|
323
|
323
|
$where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id>0"; //and is_recom=1
|
324
|
324
|
}else{
|
325
|
|
- $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1
|
|
325
|
+ $where = " typeid=1233 and is_del=0 and status=1 and province_id=0 OR typeid=1233 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1 //and product_tag_id=0
|
326
|
326
|
}
|
327
|
327
|
|
328
|
|
- $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
|
|
328
|
+ $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,6";
|
329
|
329
|
|
330
|
330
|
//echo $sql;
|
331
|
331
|
?>
|