Ver Fonte

调整前端出库记录

jason há 5 meses atrás
pai
commit
9b4e12b3bc
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/api/controller/Inventory.php

+ 1 - 0
app/api/controller/Inventory.php

@@ -67,6 +67,7 @@ class Inventory extends Base
                 ->where($where)
                 //->whereTime('a.createtime', '-2 days')
                 ->field('a.*,b.title')
+                ->order('a.id desc')
                 ->select();
         $this->success('ok', $list);
     }