Commit 10b10d77 authored by hezhen's avatar hezhen

123

parent ef690058
......@@ -88,7 +88,7 @@ foreach ($data as $k => $v) {
$data2['shop_type'] = $data;
$data = $data2;
$list = pdo_getslice('longbing_company_goods', array('uniacid' => $uniacid, 'status' => 1), $limit, $count, array('id', 'name', 'cover', 'top', 'recommend', 'price', 'is_collage', 'unit','is_discount'), '', array('recommend desc', 'top desc', 'id desc'));
$list = pdo_getslice('longbing_company_goods', array('uniacid' => $uniacid, 'status' => 1), $limit, $count, array('id', 'name', 'cover', 'top', 'recommend', 'price', 'is_collage', 'unit','is_discount'), '', array('type asc','recommend desc', 'top desc', 'id desc'));
$iyy = pdo_get('longbing_company_user',array('id'=>$uid));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment