瀏覽代碼

Correction : ajout id_etablissement dans la récupération des commandes dans la page statistiques

master
keun 7 年之前
父節點
當前提交
f225f9c2ed
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      backend/controllers/StatsController.php

+ 1
- 0
backend/controllers/StatsController.php 查看文件

@@ -63,6 +63,7 @@ class StatsController extends BackendController {
->with('commandeProduits')
->joinWith('production')
->where('production.date > '.$date_start)
->andWhere('production.id_etablissement = '.Yii::$app->user->identity->id_etablissement)
->all() ;
foreach($commandes as $c) {

Loading…
取消
儲存