ソースを参照

Merge branch 'dev'

prodstable
コミット
125849e358
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      common/models/Distribution.php

+ 4
- 1
common/models/Distribution.php ファイルの表示

@@ -204,7 +204,10 @@ class Distribution extends ActiveRecordCommon
{
$distributionsArray = Distribution::find()
->where('date > \'' . date('Y-m-d').'\'')
->andWhere(['id_producer' => Producer::getId()])
->andWhere([
'id_producer' => Producer::getId(),
'active' => 1
])
->orderBy('date ASC')
->all();

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