|
@@ -56,9 +56,6 @@ $this->ci = &get_instance();
|
|
|
$where = " status = 0 ";
|
|
|
|
|
|
$where .= " and id in (".implode(",",$usersp).") ";
|
|
|
- if(empty($order)){
|
|
|
- $order = "id asc";
|
|
|
- }
|
|
|
|
|
|
$result = $this->ci->shop->find_all($where,'*',$order,0,$num);
|
|
|
|
|
@@ -195,7 +192,7 @@ function typeclassyc($classid,$num=900,$order='sequence asc'){
|
|
|
return $com->_typeclassyc($classid,$num,$order);
|
|
|
}
|
|
|
/*店铺*/
|
|
|
-function shop($type=269,$num=900,$order='id asc'){
|
|
|
+function shop($type=269,$num=900,$order='px asc'){
|
|
|
$com = &get_common();
|
|
|
return $com->_shop($type,$num,$order);
|
|
|
}
|