|
|
@@ -832,7 +832,7 @@ class Fullorder extends Start_Controller {
|
|
|
$timetj = $this->input->post('timetj',true);
|
|
|
$timetk = strtotime($timetk);
|
|
|
$timetj = strtotime($timetj);
|
|
|
- $where = "print != 999 and state = 207 and review = 1 and number NOT like '%-%-%-%' and (".rtrim($fgshop,'or').")";
|
|
|
+ $where = "print != 999 and state = 207 and review <= 2 and number NOT like '%-%-%-%' and (".rtrim($fgshop,'or').")";
|
|
|
if($shop)
|
|
|
{
|
|
|
$where .= " and shop = '$shop'";
|