Commit 8b30b8d2 authored by sugar's avatar sugar

Merge branch 'dev' of http://rungit.jxdsy.cn:10000/sugar/introducer into dev

parents acdf35b2 11e1b828
......@@ -505,6 +505,7 @@ class Users extends Api
->field('need_pay,FROM_UNIXTIME(createtime,"%Y-%m-%d %H:%i") as createtime')
->page($page)
->limit($this->pageSize)
->order('createtime desc')
->select();
foreach ($orderlist as $key => $val) {
if ($order_type == 7) {
......
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