mirror of https://gitee.com/karson/fastadmin.git
commit
2000a876dd
|
|
@ -146,7 +146,7 @@ class Ajax extends Backend
|
||||||
//操作的数据表
|
//操作的数据表
|
||||||
$table = $this->request->post("table");
|
$table = $this->request->post("table");
|
||||||
//排序的方式
|
//排序的方式
|
||||||
$orderway = $this->request->post("orderway", 'strtolower');
|
$orderway = $this->request->post("orderway", "", 'strtolower');
|
||||||
$orderway = $orderway == 'asc' ? 'ASC' : 'DESC';
|
$orderway = $orderway == 'asc' ? 'ASC' : 'DESC';
|
||||||
$sour = $weighdata = [];
|
$sour = $weighdata = [];
|
||||||
$ids = explode(',', $ids);
|
$ids = explode(',', $ids);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue