瀏覽代碼

[Backend] Documents : ordonner les commandes par ordre chronologique #161

refactoring
Guillaume 2 年之前
父節點
當前提交
69d6802776
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/models/Document.php

+ 1
- 1
common/models/Document.php 查看文件

@@ -99,7 +99,7 @@ class Document extends ActiveRecordCommon
return $this->hasMany(Order::className(), [$fieldIdDocument => 'id'])
->with($defaultOptionsSearch['with'])
->joinWith($defaultOptionsSearch['join_with'])
->orderBy('user.lastname ASC, user.name ASC, comment_point_sale ASC');
->orderBy('distribution.date ASC');
}



Loading…
取消
儲存