lvhao hace 7 horas
padre
commit
87185d9e07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
 				$ktime = strtotime($ktime);
 				$jtime = strtotime($jtime);
 				$jtime = strtotime($jtime);
 				$this->db->select('sku, DATE_FORMAT(enter, "%Y-%m-%d %H:00:00") as enter_date, COUNT(*) as count');
 				$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)
 				if($category)
 				{
 				{
 					$this->db->where('features like "%-'.$category.'-%"');
 					$this->db->where('features like "%-'.$category.'-%"');