Commit ebb84a9d authored by wwccw0591's avatar wwccw0591

jpush

parent 11cfb0d8
...@@ -448,7 +448,12 @@ class Common ...@@ -448,7 +448,12 @@ class Common
} }
} }
$orders=array_values($list2key); $orders=array_values($list2key);
$orders=array_multisort(array_column($orders,'gmtUpdate'),SORT_DESC,$orders); if($_POST['data']['debug']==1){
$res=array_multisort(array_column($orders,'gmtUpdate'),SORT_DESC,$orders);
echo json_encode($orders);
echo json_encode($res);
}
return $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