作者 郭文星

'123'

... ... @@ -171,7 +171,7 @@ class Business extends Base
->join('user e','c.user_id=e.id')
->whereOr($wheres)
->where($where)
->order("id","AESC")
->order("id","DESC")
->paginate($total, false, ['page' => $page])
->toArray();
$this->success('查询成功',$cancel);
... ...
... ... @@ -26,7 +26,7 @@ class Client extends Base
$res=$this->request->header();
parent::_initialize();
//$this->auth->id=19;//测试用
$this->auth->id=19;//测试用
$postParam = $this->request->param();
$this->postParam = $postParam;
if (empty($postParam['store_id'])) {
... ...