chuweiqiang преди 1 година
родител
ревизия
d33b916f4b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/api/controller/Certificate.php

+ 1 - 1
application/api/controller/Certificate.php

@@ -42,7 +42,7 @@ class Certificate extends Api
         $CertificateModel = new CertificateModel();
         $list = $CertificateModel->where($where)->where('is_deleted',1)->with(['goods'=>function($query){
             $query->field('id,title,image');
-        }])->where('user_id',$uid)->paginate([
+        }])->where('user_id',$uid)->order('id','desc')->paginate([
             'list_rows'=> $limit,
             'page' => $page,
         ]);