Commit 8a55bd0b authored by wwccw0591's avatar wwccw0591

jpush

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