lvhao 1 day ago
parent
commit
6c9aa18202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Colour.php

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

@@ -409,7 +409,7 @@ class Colour extends Start_Controller {
 			$timetj = $this->input->post('timetj',true);
 			$timetk = strtotime($timetk);
 			$timetj = strtotime($timetj);
-			$where = "(".rtrim($fgshop,'or').")";
+			$where = " 1 = 1 ";
 			if($number)
             {
                 $where  .= " and number like '%$number%'";