소스 검색

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();

Loading…
취소
저장