浏览代码

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) {

正在加载...
取消
保存