Browse Source

提交审核

lvhao 1 day ago
parent
commit
5268b2f76b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/CoreApp/controllers/Fullorderamz.php

+ 2 - 1
core/CoreApp/controllers/Fullorderamz.php

@@ -3688,7 +3688,8 @@ class Fullorderamz extends Start_Controller {
             }
 			else
 			{
-				 $where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
+				$where .= "and review <= '2' ";
+				 //$where  .= " and ((review = '2' and source = '1') or (review = '1' and source >= '2'))";
 			}
 			if($shop)
             {