lvhao 9 godzin temu
rodzic
commit
87185d9e07
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/CoreApp/controllers/Specialstock.php

+ 1 - 1
core/CoreApp/controllers/Specialstock.php

@@ -3033,7 +3033,7 @@ class Specialstock extends Start_Controller {
 				$ktime = strtotime($ktime);
 				$jtime = strtotime($jtime);
 				$this->db->select('sku, DATE_FORMAT(enter, "%Y-%m-%d %H:00:00") as enter_date, COUNT(*) as count');
-				$this->db->from('web_kucun');
+				$this->db->from('specialstock');
 				if($category)
 				{
 					$this->db->where('features like "%-'.$category.'-%"');