|
@@ -651,7 +651,9 @@ class Fullordersmt extends Start_Controller {
|
|
|
$timetj = $this->input->post('timetj',true);
|
|
|
$timetk = strtotime($timetk);
|
|
|
$timetj = strtotime($timetj);
|
|
|
- $where = "print != 3 and review = 1 and state = 207 and (".rtrim($fgshop,'or').")";
|
|
|
+ // 接收前 是由已打印状态不展示的 现在不在限定此状态
|
|
|
+ //$where = "print != 3 and review = 1 and state = 207 and (".rtrim($fgshop,'or').")";
|
|
|
+ $where = "review = 1 and state = 207 and (".rtrim($fgshop,'or').")";
|
|
|
if($shop)
|
|
|
{
|
|
|
$where .= " and shop = '$shop'";
|