...
|
...
|
@@ -32,7 +32,7 @@ class IndentModel extends Model |
|
|
* @throws \think\exception\DbException
|
|
|
*/
|
|
|
public function selectData($where){
|
|
|
$data = $this->where($where)->order('pay_time desc,create_time')->select()->toArray();
|
|
|
$data = $this->where($where)->order('pay_time desc,create_time desc')->select()->toArray();
|
|
|
return $data;
|
|
|
}
|
|
|
|
...
|
...
|
|