Commit 8a55bd0b authored by wwccw0591's avatar wwccw0591

jpush

parent ebb84a9d
......@@ -448,12 +448,7 @@ class Common
}
}
$orders=array_values($list2key);
if($_POST['data']['debug']==1){
$res=array_multisort(array_column($orders,'gmtUpdate'),SORT_DESC,$orders);
echo json_encode($orders);
echo json_encode($res);
}
array_multisort(array_column($orders,'gmtUpdate'),SORT_DESC,$orders);
return $orders;
}
// //合并一对多列表
......
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