正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -32,7 +32,7 @@ class IndentModel extends Model | @@ -32,7 +32,7 @@ class IndentModel extends Model | ||
32 | * @throws \think\exception\DbException | 32 | * @throws \think\exception\DbException |
33 | */ | 33 | */ |
34 | public function selectData($where){ | 34 | public function selectData($where){ |
35 | - $data = $this->where($where)->order('pay_time desc,create_time')->select()->toArray(); | 35 | + $data = $this->where($where)->order('pay_time desc,create_time desc')->select()->toArray(); |
36 | return $data; | 36 | return $data; |
37 | } | 37 | } |
38 | 38 |
-
请 注册 或 登录 后发表评论