
Для желтой линии мне не нужна, но она тоже появляется.
Давайте посмотрим мою код:
$this->db
->select('*')
->from('tblDiscountType')
->where('ShopLocationID', 4)
->or_where('ShopLocationID', NULL)
->where('DiscountApplicableId', 1)
->where('CountryID', 7)
->where('Current', -1);
return $this->db->get();
Подробнее здесь: https://stackoverflow.com/questions/220 ... use-with-c
Мобильная версия