ソースを参照

Merge branch 'dev'

prodstable
Guillaume 4年前
コミット
8f4c57715a
2個のファイルの変更4行の追加1行の削除
  1. +2
    -0
      backend/controllers/DocumentController.php
  2. +2
    -1
      common/models/Order.php

+ 2
- 0
backend/controllers/DocumentController.php ファイルの表示

@@ -556,6 +556,8 @@ class DocumentController extends BackendController

$model = $class::searchOne([
'id' => $id
], [
'orderby' => 'teshtygjhtyt'
]);

if ($model) {

+ 2
- 1
common/models/Order.php ファイルの表示

@@ -137,7 +137,8 @@ class Order extends ActiveRecordCommon
public function getProductOrder()
{
return $this->hasMany(ProductOrder::className(), ['id_order' => 'id'])
->with('product');
->orderBy(['product.order' => SORT_DESC])
->joinWith('product');
}

public function getDistribution()

読み込み中…
キャンセル
保存