Commit 96db7ac3 authored by zhuwei's avatar zhuwei Committed by zw

排序修改

parent 9886d5b9
......@@ -279,6 +279,8 @@ class Users extends Model
{
return db('u_users')
->where($params)
->order('id desc')
//->where('user_nick|user_phone','like',"%$phone_or_name%")
//->where('create_time','< time',$Two_days_ago)//小于两天前,即排除48小时内受保护的客户
->limit($pagesize)
......
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