Преглед изворни кода

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…
Откажи
Сачувај