Kaynağa Gözat

weekId error

feature/export_comptable
Fab 4 yıl önce
ebeveyn
işleme
31e2b8ba11
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      ShopBundle/Repository/OrderShopRepository.php

+ 1
- 1
ShopBundle/Repository/OrderShopRepository.php Dosyayı Görüntüle

@@ -255,7 +255,7 @@ class OrderShopRepository extends BaseRepository implements DefaultRepositoryInt
$query = $this->findByMerchantQuery();
$query = $this->filterOrderValid($query);
$query->andWhere('e.mainOrderShop = false OR e.mainOrderShop IS NULL');
$query->orderBy('e.validationDate', 'DESC');
$query->orderBy('e.weekId', 'DESC');
$query->setMaxResults(1);

return $query->getQuery()->getOneOrNullResult();

Yükleniyor…
İptal
Kaydet