소스 검색

Correctif : bug date Commande::findBy()

master
keun 7 년 전
부모
커밋
180defa946
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/models/Commande.php

+ 1
- 1
common/models/Commande.php 파일 보기

@@ -362,7 +362,7 @@ class Commande extends \yii\db\ActiveRecord
if(isset($params['date']))
$commandes = $commandes->where(['production.date' => $date]);
$commandes = $commandes->where(['production.date' => $params['date']]);
if(isset($params['order']))
$commandes = $commandes->orderBy('date '.$params['order']);

Loading…
취소
저장