Pārlūkot izejas kodu

Merge branch 'develop' of zhengxifeng/zc100 into master

zhengxifeng 10 mēnešus atpakaļ
vecāks
revīzija
12e9ef0310

+ 2
- 2
template/pc/components/detail/cl.htm Parādīt failu

190
             if((int)$product_tag_id === 0){
190
             if((int)$product_tag_id === 0){
191
                 $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
191
                 $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id>0".$where; //and is_recom=1
192
             }else{
192
             }else{
193
-                $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 ".$where." OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=".$product_tag_id.$where; //and is_recom=1
193
+                $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 ".$where." OR typeid=1232 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
194
             }
194
             }
195
 
195
 
196
-            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
196
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,6";
197
 
197
 
198
             //echo $sql;
198
             //echo $sql;
199
             ?>
199
             ?>

+ 5
- 5
template/pc/components/detail/content.htm Parādīt failu

241
             if((int)$product_tag_id === 0){
241
             if((int)$product_tag_id === 0){
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
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
             }else{
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
             $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
247
             $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
281
                 if((int)$product_tag_id === 0){
281
                 if((int)$product_tag_id === 0){
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
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
                 }else{
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
                 //var_dump($sql);
288
                 //var_dump($sql);
289
             ?>
289
             ?>
290
 
290
 
322
             if((int)$product_tag_id === 0){
322
             if((int)$product_tag_id === 0){
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
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
             }else{
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
             //echo $sql;
330
             //echo $sql;
331
             ?>
331
             ?>

+ 3
- 3
template/pc/components/detail/new.htm Parādīt failu

79
                 if((int)$product_tag_id === 0){
79
                 if((int)$product_tag_id === 0){
80
                     $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id > 0"; //and is_recom=1
80
                     $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id > 0"; //and is_recom=1
81
                 }else{
81
                 }else{
82
-                    $where = " typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=0 OR typeid=1232 and is_del=0 and status=1 and province_id=0 and product_tag_id=$product_tag_id"; //and is_recom=1
82
+                    $where = " typeid=1232 and is_del=0 and status=1 and province_id=0  OR typeid=1232 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
83
                 }
83
                 }
84
 
84
 
85
 
85
 
208
             if((int)$product_tag_id === 0){
208
             if((int)$product_tag_id === 0){
209
                 $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
209
                 $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
210
             }else{
210
             }else{
211
-                $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
211
+                $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
212
             }
212
             }
213
 
213
 
214
-            $sql = "select aid from ey_archives where $where order by product_tag_id desc,update_time desc limit 0,6";
214
+            $sql = "select aid from ey_archives where $where order by product_tag_id desc,click desc,update_time desc limit 0,6";
215
 
215
 
216
             //echo $sql;
216
             //echo $sql;
217
             ?>
217
             ?>

Notiek ielāde…
Atcelt
Saglabāt