Browse Source

修改信息

lvhao 1 day ago
parent
commit
5d87201d21
1 changed files with 3 additions and 1 deletions
  1. 3 1
      core/CoreApp/controllers/Fullordersmt.php

+ 3 - 1
core/CoreApp/controllers/Fullordersmt.php

@@ -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'";